#dependency-inversion
Read more stories on Hashnode
Articles with this tag
In SOLID, "D" stands for the Dependency Inversion Principle (DIP). This principle is about reducing the dependency of high-level modules on low-level...
The SOLID principles are a set of guidelines for designing software that is easy to manage and extend. They were introduced by Robert C. Martin and...