https://github.com/howprogrammingworks/solid
Single responsibility, Open-closed, Liskov substitution, Interface segregation и Dependency inversion
https://github.com/howprogrammingworks/solid
Last synced: about 2 months ago
JSON representation
Single responsibility, Open-closed, Liskov substitution, Interface segregation и Dependency inversion
- Host: GitHub
- URL: https://github.com/howprogrammingworks/solid
- Owner: HowProgrammingWorks
- License: mit
- Created: 2020-01-28T19:58:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T18:40:44.000Z (11 months ago)
- Last Synced: 2024-05-30T21:46:16.054Z (11 months ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/TimurShemsedinov
- Size: 15.6 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOLID
- [SRP: Single Responsibility Principle](JavaScript/1-SRP)
- [OCP: Open-closed Principle](JavaScript/2-OCP)
- [LSP: Liskov Substitution Principle](JavaScript/3-LSP)
- [ISP: Interface Segregation Principle](JavaScript/4-ISP)
- [DIP: Dependency Inversion Principle](JavaScript/5-DIP)