An open API service indexing awesome lists of open source software.

https://github.com/howprogrammingworks/dependencyinversion

The Dependency Inversion Principle
https://github.com/howprogrammingworks/dependencyinversion

Last synced: 10 months ago
JSON representation

The Dependency Inversion Principle

Awesome Lists containing this project

README

          

# The Dependency Inversion Principle

- 👎 Example with DIP violation: https://github.com/HowProgrammingWorks/DependencyInversion/tree/master/JavaScript
- 👍 Example with DIP implemented: https://github.com/HowProgrammingWorks/DependencyInversion/tree/master/TypeScript

![Patterns 2024 (20)](https://github.com/user-attachments/assets/7898287a-30ae-4ac2-b391-3fa8e2580da6)

![Patterns 2024 (21)](https://github.com/user-attachments/assets/eb32197d-8432-4df8-9d75-ecb8eb393919)

## Links

- 👉 Async programming: https://github.com/HowProgrammingWorks/Index/blob/master/Courses/Async-2024.md
- 👉 Node.js: https://github.com/HowProgrammingWorks/Index/blob/master/Courses/NodeJS-2024.md
- 👉 Author: https://github.com/tshemsedinov