Understanding SOLID: Dependency Inversion Principle
What is the dependency inversion principle?
The dependency inversion principle is one of the standard guiding rules of software design and development to ensure component extensibility and loosely-coupled components.
Simply said, the dependency inver...
sowmenrahman.hashnode.dev6 min read