Computers Quote by Max Kanat-Alexander
““Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.””
About This Quote
Source Interview: Podcast “Software Engineering Daily”, 2022
Planning and designing code on paper helps clarify logic before implementation, making the actual coding a minor step.
In simple terms: Design first, code later.
Focus on design before coding.
Themes
Mood
Type
When to use this quote
- software architecture
- team code reviews
- education
- personal projects
Key Concepts
Questions to Reflect On
- How does paper planning improve code quality?
- When might skipping paper design be beneficial?
Paper design may miss hardware constraints or runtime performance issues.