The SOLID principles in JavaScript and TypeScript
-
Updated
Mar 11, 2022 - JavaScript
The SOLID principles in JavaScript and TypeScript
The Repository Pattern, following SOLID principles, isolates data access, promoting cleaner code by ensuring each component has a single responsibility
SOLID stands for : Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle
Projeto realizado no curso da Trybe onde foi desenvolvido uma aplicação para gerenciar partidas de futebol.
Add a description, image, and links to the dependency-inversion-principle topic page so that developers can more easily learn about it.
To associate your repository with the dependency-inversion-principle topic, visit your repo's landing page and select "manage topics."