Home > Author > Robert C. Martin >

" DIP: The Dependency Inversion Principle The code that implements high-level policy should not depend on the code that implements low-level details. Rather, details should depend on policies. "

Robert C. Martin , Clean Architecture


Image for Quotes

Robert C. Martin quote : DIP: The Dependency Inversion Principle The code that implements high-level policy should not depend on the code that implements low-level details. Rather, details should depend on policies.