Assembly Quote by Fernando J. Corbato
“Regardless of whether one is dealing with assembly language or compiler language, the number of debugged lines of source code per day is about the same!”
About This Quote
Source Interview: Technical discussion, 1970s
Debugging productivity is roughly constant regardless of programming abstraction level.
In simple terms: Debugging takes similar effort across languages.
Focus on efficient debugging practices.
Themes
Mood
Type
When to use this quote
- software project planning
- code review
- training new developers
Key Concepts
Questions to Reflect On
- What tools can improve debugging speed?
- How does language choice affect code maintainability?
Complex projects may have hidden debugging challenges.