thePHP.cc Logo Deutsch Contact

The Flip Side of Dependency Injection

Object-Oriented Programming inevitably leads to dependencies on other objects; a problem commonly resolved by applying Dependency Injection (DI). But not every implementation represents an ideal solution for every reality. In this talk, Arne Blankerts discusses factories and locators while demonstrating common mistakes when using so-called "dependency injection containers". Programmers are provided with a more comprehensive view of Dependency Injection.