Dependency Injection + Dependency Inversion: More Robust and Testable Code
· ☕ 5 min read · ✍️ Ignacio Carrión
How applying the Dependency Inversion Principle from SOLID together with a Dependency Injection framework leads to decoupled, robust, and highly testable code.