Skip to content

Instantly share code, notes, and snippets.

View floriankraemer's full-sized avatar

Florian Krämer floriankraemer

View GitHub Profile
@floriankraemer
floriankraemer / clean_code.md
Created April 22, 2026 22:08 — forked from cedrickchee/clean_code.md
Summary of "Clean Code" by Robert C. Martin

Summary of "Clean Code" by Robert C. Martin

A summary of the main ideas from the "Clean Code: A Handbook of Agile Software Craftsmanship" book by Robert C. Martin (aka. Uncle Bob).

Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.


General rules