Skip to content

Five object-oriented design (OOD) principles by Robert C. Martin

Notifications You must be signed in to change notification settings

razu1991/S.O.L.I.D-Principle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solid Principle

SOLID Acronym

S : Single Responsibility Principle (SRP)

O : Open Closed Principle (OSP)

L : Liskov Substitution Principle (LSP)

I : Interface Segregation Principle (ISP)

D : Dependency Inversion Principle (DIP)

Info

Solid principles are the design principles that enable us manage most of the software design problems.

The term solid is an acronym for five design principles intended to make software designs more understandable, flexible and maintainable.

The Solid principles are a subset of many principles promoted by Robert C. Martin.

The Solid acronym was first introduced by Michael Feathers.

Any query

About

Five object-oriented design (OOD) principles by Robert C. Martin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages