registry
v0.3.0
Published
Experimental namespaced IoC container
Downloads
3,260
Readme
Experimental namespaced IoC container
This is a simple project designed to provide something conceptually similar to IoC found in other languages. It's definitely not the same, given that other implementations of IoC perform method signature matching and other techniques not well suited to JS.
This implementation instead uses purpose-based namespacing when defining "classes". What I mean by this is that something should be given a namespace relative to it's purpose rather than it's ownership (as is common in other languages).
Example Usage
To be completed.