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
- Host: GitHub
- URL: https://github.com/howprogrammingworks/dependencyinversion
- Owner: HowProgrammingWorks
- License: mit
- Created: 2019-06-28T14:37:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T12:27:05.000Z (over 1 year ago)
- Last Synced: 2025-03-31T12:58:11.694Z (12 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


## 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