Code Quote by Fernando J. Corbato
“The number of lines of code a programmer can write in a fixed period of time is the same independent of the language used.”
About This Quote
Source Article: Programming Productivity Study, 1970s
Productivity measured by lines of code is constant regardless of language, implying language choice doesn’t affect output volume.
In simple terms: Lines of code per time stay the same across languages.
Choose language for other factors, not speed.
Themes
Mood
Type
When to use this quote
- project planning
- team staffing
- tool selection
- code reviews
Key Concepts
Questions to Reflect On
- How does language affect code quality?
- What metrics matter beyond line count?
Ignores quality, readability, and maintainability differences.