Posts Tagged "dependency-injection"
-
Unit Testing From First Principles
So you've heard about the wonderful world of test driven development. Maybe you want to take advantage of continuous deployment options, which build on the confidence that testing provides. Or, perhaps you've inherited a messy system full of cross references and you want to do a bit of refactoring. Unit...
-
A Quick & Dirty Intro to RequireJS
Module loading in Javascript is still finnicky in 2015; here's a guide to making your life a little easier with the popular RequireJS library.