Have you ever heard of SOLID? 🤔 Let's look at the 'D: Dependency Inversion Principle (DIP)' of it.
Oct 19, 2025 · 2 min read · As per the book's definition: High-level modules should not depend on low-level modules. Both should depend on abstractions. Abstractions should not depend on details. Details should depend on abstractions. Let's get a few key terms first: High-le...
Join discussion


