Please enable JavaScript.
Coggle requires JavaScript to display documents.
SOLID (S (Single responsibility (one reason to change)), O (Open\Closed…
SOLID
S
Single responsibility
one reason to change
O
Open\Closed
closed
for modification
opened
extension
Liskov substitution
child
replacing parent
no error
I
Interface Segregation
interfaces
small
specific
D
Dependency inversion
use abstractions