python/SOLID
Dependency Inversion Principle
wefree
2023. 12. 6. 23:41
정의
1. High-level modules should not depend on low-level modules. Both should depend on abstractions.
2. Abstractions should not depend on details. Details should depend on abstractions.
참고: https://www.udemy.com/course/solid-design-principles-with-python