Introduction
What is Clean Code and Why it matters
Better Naming
Better Conditionals and Loops
Better Functions and Methods
Better Classes and Objects
Follow SRP Principles
Use Strict Type Checking and Type Hints
Avoid Code Duplication
Remove Dead Code
No Comments?
Use Enums and Constants
Follow Code Style Guide
Let's Refactor some messy code
What to do now?
No Comments Yet