Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOLID Principles in TypeScript

This project demonstrates violations of the SOLID principles using TypeScript. Each folder contains:

  • A bad.ts file showing a non-SOLID implementation.
  • A good.ts file with an explanation in README.md.

Principles Covered

  1. SRP – Single Responsibility Principle
  2. OCP – Open/Closed Principle
  3. LSP – Liskov Substitution Principle
  4. ISP – Interface Segregation Principle
  5. DIP – Dependency Inversion Principle

Fork the project, improve it, and learn!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages