Solid Coding in Python
Author:
mattia-cinelliLink:
https://towardsdatascience.com/solid-coding-in-python-1281392a6a94Reference:
Clean CodePublish Date:
2021.06.29Reviewed Date:
10
- The Single-Responsibility Principle (
SRP
) - The Open-Closed Principle (
OCP
) - The Liskov Substitution Principle (
LSP
) - The Interface Segregation Principle (
ISP
) - The Dependency inversion Principle (
DIP
)
Backlinks