WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

LuisOsv/solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solid Principles

S - Single Responsibility Principle (known as SRP) - “One class should have one and only one responsibility”
O - Open/Closed Principle - “Software components should be open for extension, but closed for modification”
L - Liskov’s Substitution Principle - “Derived types must be completely substitutable for their base types”
I - Interface Segregation Principle - “Clients should not be forced to implement unnecessary methods which they will not use”
D - Dependency Inversion Principle - “Depend on abstractions, not on concretions”

About

solid principles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages