Skip to content

Code Quality

Practical references for keeping code readable, changeable, and consistent while you implement features.

Articles

👃 Code Smells

Consolidated reference of code smells from Fowler's Refactoring (Ch 3) and Martin's Clean Code (Ch 17). Scan before and during implementation — if your code matches one, rework it.