Dependency Inversion Principle (DIP) states one single thing; When we modify low-level modules, it should not break the high-level modules. In complex systems, high-level modules call lower level modules. Any change in low-level modules will break ...
enis.one3 min read
No responses yet.