Dusty
Member since Jan 26, 2012
- Profile: /members/9533-dusty.htm
- Comments: 2
Recent Blog Comments By Dusty
-
Managed Dependencies vs. Dependency Injection In RequireJS
Posted on Jan 26, 2012 at 11:42 AM
I suppose it almost fits the definition of Dependency Injection... but I still don't think I'd call it that. It's definitely not the intention of the RequireJS lib. I think you're missing the 'injector' part, which should be able to instantiate objects based on some criteria. RequireJS is a class ... read more »
-
Managed Dependencies vs. Dependency Injection In RequireJS
Posted on Jan 26, 2012 at 3:04 AM
I wouldn't call it "Dependency Injection", as that is something drastically different. ( http://en.wikipedia.org/wiki/Dependency_injection ) How about "Dynamically Loaded Modules"?... read more »