Menu

Shelf marker / Refactoring

Reading tagged Refactoring

A filtered stack of finished reads marked Refactoring. Pick another spine tag to wander into a different shelf.

Open Clean Code

Robert Martin

Rating

Clean Code

An opinionated guide to writing readable, maintainable code through better naming, smaller functions, disciplined refactoring, and strong tests.

Main takeaway

Code is written once but read and changed constantly, so optimize for clarity, intent, and safe modification.

Read 2015