People Quote by Linus Torvalds
“Portability is for people who cannot write new programs”
About This Quote
Source Interview: Software Development, 2005
Portability is needed when programmers can’t create new code from scratch
In simple terms: Portability helps when you can’t write new programs
Favor portable solutions over bespoke code
Themes
Mood
Type
When to use this quote
- open‑source contributions
- cross‑platform apps
- legacy system maintenance
Key Concepts
Questions to Reflect On
- When is custom code preferable?
- How do you balance portability and performance?
May limit optimization for specific cases