Code Quote by Ellen Ullman
“With code, what it means is what it does. It doesn't express, not really. It's a very bounded conversation. And writing is not bounded. That's what's hard about it.”
About This Quote
Source Interview: The Art of Code, Ellen Ullman, 2015
The quote argues that code's meaning is defined by its behavior, not by any abstract description; unlike writing, code is limited to its functional outcomes.
In simple terms: Code means what it does, not what it says.
Focus on functional clarity in programming.
Themes
Mood
Type
When to use this quote
- software development
- technical documentation
- code reviews
- teaching programming
Key Concepts
Questions to Reflect On
- How can we make code more expressive?
- When does code become a language?
Code can be ambiguous without context, limiting its expressive power.