javamultiplex / clean-code-python

Learn how to write clean code in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn how to write clean code in Python

  1. Solid Design Principles
    • Single Responsibility Principle
    • Open Closed Principle
    • Liskov Subsititution Principle
    • Interface Segregation Principle
    • Dependency Inversion Principle