The Dependency Inversion Principle
November 18, 2024 ยท View on GitHub
- ๐ Example with DIP violation: https://github.com/HowProgrammingWorks/DependencyInversion/tree/master/JavaScript
- ๐ Example with DIP implemented: https://github.com/HowProgrammingWorks/DependencyInversion/tree/master/TypeScript
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