Common Quote by Joel Spolsky
“Common programmer thought pattern: there are only three numbers: 0, 1, and n.”
About This Quote
Source Blog: Joel on Software, 2000
Programmers often simplify problems to binary choices, ignoring the variable n that represents complexity.
In simple terms: Simplify too much can miss important details.
Consider all relevant variables.
Themes
Mood
Type
When to use this quote
- software development
- debugging
- system design
Key Concepts
Questions to Reflect On
- What variable might you be overlooking?
- How does binary thinking limit creativity?
Over‑simplification can lead to flawed solutions.