Dependency injection and IOC containers in a closed project
- by Puckl
Does it make sense to assemble my project with dependency injection containers if I am the only one who will use the code of that project?
The question came up when I read this IOC Article http://martinfowler.com/articles/injection.html
The justification for using dependency injection in this article is that friends can reuse a class, and replace…