Skip to content

Instantly share code, notes, and snippets.

@aashishrbhandari
Created June 30, 2020 14:34
Show Gist options
  • Save aashishrbhandari/0397da74680f043171e2eeb49004e5dc to your computer and use it in GitHub Desktop.
Save aashishrbhandari/0397da74680f043171e2eeb49004e5dc to your computer and use it in GitHub Desktop.
SOLID
S -> Single responsibility
O -> Open–closed
L -> Liskov substitution
I -> Interface segregation
D -> Dependency inversion
In-Depth
---------
O -> Open–closed
==================
making you code in the foramt that it can be extended easily. but it should not be modified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment