Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.05 KB

solid-compliant.md

File metadata and controls

17 lines (15 loc) · 1.05 KB

SOLID compliant

Since we use Javascript for backend and frontend, we can/will follow SOLID principles.

Principle Compliant Details
Single Responsibility ✔️ link
Open/Closed ✔️ link
Liskov Substitution ✔️ link
Interface Segregation ✔️ link
Dependency Inversion ✔️ link