Iteratively Decoupling Legacy Architecture
TL;DR: Move Service Locator calls up the object graph iteratively. ALSO: Poor Man's Dependency Injection breaks testing. Avoid it. More and more, application architecture is migrating towards Dependency Injection to decouple components and ease testing. One of the challenges… continue reading