Friendship Quote by Kevlin Henney
““A non-programmer friend once remarked that code looks like poetry. I get that feeling from really good code, that everything in the text has a purpose and that it's there to help me understand the idea. Unfortunately, writing code doesn't have the same romantic image aswriting poetry.””
About This Quote
Source Interview: Kevlin Henney on Software Craftsmanship, 2013
Good code should be clear, purposeful, and expressive, much like poetry, but it lacks the romantic aura of verse.
In simple terms: Clear code is purposeful like poetry but not romantic.
Write code with clarity and intent.
Themes
Mood
Type
When to use this quote
- code reviews
- pair programming
- documentation
- teaching coding
Key Concepts
Questions to Reflect On
- How can you balance elegance with readability?
- When does poetic style hinder maintenance?
Code can become overly poetic and obscure functionality.