0.3.0 • Published 12 years ago

registry v0.3.0

Weekly downloads
115
License
-
Repository
github
Last release
12 years ago

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.