this post was submitted on 30 Sep 2025
448 points (99.1% liked)
Programmer Humor
26686 readers
2028 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
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.