Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 264 Bytes

File metadata and controls

15 lines (8 loc) · 264 Bytes

fc_SOLID

Repositório curso Full Cycle 3.0 - SOLID

SOLID

S = SRP = Single Responsibility Principle

O = OCP = Open-closed Princicple

L = LSP = Liskov Substitution Principle

I = ISP = Interface Segregation Principle

D = DIP = Dependency Inversion Principle