Conject Now Supports Lazy Dependency Resolution
Conject, my dependency injection tool for Ruby, has a few new features you might find useful:
- Lazy, on-demand dependency resolution as an optional alternative to constructor injection.
- All objects in the Ruby runtime may now access their context via the #object_context accessor.
- You can now omit module-name prefixes when listing dependencies in construct_with and provide_with_objects for objects in the same module.
Learn more.
- Lazy, on-demand dependency resolution as an optional alternative to constructor injection.
- All objects in the Ruby runtime may now access their context via the #object_context accessor.
- You can now omit module-name prefixes when listing dependencies in construct_with and provide_with_objects for objects in the same module.
Learn more.

Comments