Engineering Quote by Brianna Wu
“In software engineering, we have the term 'technical debt.' When you don't do a job correctly, unaddressed problems become harder and harder to solve.”
About This Quote
Source Talk: Technical Debt, Software Engineering, 2015
Technical debt describes the accumulating cost of shortcuts in code that later require more effort to fix.
In simple terms: Shortcuts now cause bigger problems later.
Address issues early to avoid future pain.
Themes
Mood
Type
When to use this quote
- project planning
- code reviews
- legacy system upgrades
Key Concepts
Questions to Reflect On
- How can you prioritize fixing debt?
- What shortcuts are acceptable?
Ignoring debt leads to higher long‑term costs and possible failure.