0
kicks
Reducing Code Coupling - Dependency Injection
Shows how to reduce code coupling, and improve testability, via dependency injection. Also compares DI with using a service locator, and shows how they can be used together.