Skip to content

coderaction/SOLID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOLID

  • S => SRP => Single Responsibility Principle

  • O => OCP => Open / Closed Principle

  • L => LSP => Liskov Substitution Principle

  • I => ISP => Interface Segregation Principle

  • D => DIP => Dependency Inversion Principle