Able Quote by Steve McConnell
“It's OK to figure out murder mysteries, but you shouldn't need to figure out code. You should be able to read it.”
About This Quote
Source Book: Code Complete, 1993
Programming should be readable; understanding code shouldn't require solving a mystery like a murder case.
In simple terms: Code must be clear and understandable.
Write code that anyone can read.
Themes
Mood
Type
When to use this quote
- code reviews
- pair programming
- documentation
- training new hires
Key Concepts
Questions to Reflect On
- How can we balance readability with performance?
- What practices improve code comprehension?
Complex code can still hide bugs despite readability.