DIP — The Dependency Inversion Principle
The Dependency Inversion Principle is a part of SOLID, a mnemonic acronym that bundles a total of 5 design principles.
It is often associated with clean code.
But what exactly is it, is it important to you, should you even care?
What does it state?
Modules that encapsulate high-level policy should not…