Special Quote by Ken Thompson
“I wanted to avoid, special IO for terminals.”
About This Quote
Source Interview: Unix Development, 1970s
He preferred a simple, universal solution over custom terminal handling.
In simple terms: Avoid special terminal code.
Prefer generic interfaces.
Themes
Mood
Type
When to use this quote
- system programming
- cross‑platform tools
- legacy code maintenance
Key Concepts
Questions to Reflect On
- Is simplicity always the best choice?
- When is specialization justified?
Custom solutions can reduce performance or increase bugs.