The SOLID principles in JavaScript and TypeScript
-
Updated
Mar 11, 2022 - JavaScript
The SOLID principles in JavaScript and TypeScript
SOLID stands for : Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle
The Repository Pattern, following SOLID principles, isolates data access, promoting cleaner code by ensuring each component has a single responsibility
Add a description, image, and links to the interface-segregation-principle topic page so that developers can more easily learn about it.
To associate your repository with the interface-segregation-principle topic, visit your repo's landing page and select "manage topics."