I was recently re-factoring some code under Rick’s guidance, and we implemented what I would later recognize as the Strategy pattern. JavaScript’s objects and first-class functions make this…
I was recently re-factoring some code under Rick’s guidance, and we implemented what I would later recognize as the Strategy pattern. JavaScript’s objects and first-class functions make this…