this post was submitted on 30 Sep 2025
456 points (99.1% liked)
Programmer Humor
26817 readers
3628 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Broadly speaking, technical debt is a trade-off between quality and expediency. The problem isn't that it exists. The problem is that businesses will saddle themselves with debt and refuse to pay it back.
The difference between swiping a credit card and closing the balance out at the end of the month. And carrying around a forever-rising balance on a card that's charging you 29% APY.
I used to try to explain to management that some debt is high interest.
Exactly this. I like to say "the interest on the technical debt always comes due." The problem isn't so much that it exists but that organizations fail to manage it. Just like fiscal debt, sometimes technical debt is necessary or advantageous. The key is investing enough effort to keep the balance and interest rate low.
When that doesn't happen, features take longer and longer to implement as even small changes require increasingly large amounts of refactoring.
Additionally, defect rates tend to rise. In my experience, organizations that don't like to manage technical debt also don't like to invest time in proper unit testing.