scottcorgan / Injector

Node.js directory-independent dependency injection for apps and testing.
36 stars 1 forks source link

Circular dependencies #1

Closed scottcorgan closed 11 years ago

scottcorgan commented 11 years ago

Add support for circular dependencies.

scottcorgan commented 11 years ago

If you are using circular dependencies, you need to rethink your module structure. #eh