Despicable Quote by Edward Yourdon
“There is nothing in the programming field more despicable than an undocumented program”
About This Quote
Source Book: Structured Programming by Edward Yourdon, 1979
Undocumented code erodes trust, hampers maintenance, and creates hidden risks in software projects.
In simple terms: Bad documentation harms software.
Document code thoroughly.
Themes
Mood
Type
When to use this quote
- team projects
- legacy system updates
- code reviews
- training new hires
Key Concepts
Questions to Reflect On
- How does documentation affect future developers?
- What processes ensure docs stay current?
Documentation alone cannot fix poor design decisions.