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

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

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)