this post was submitted on 02 Jan 2026
18 points (84.6% liked)

Programming

26138 readers
1019 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Matches my own experience when working on software where quality matters, like large and long-running scientific projects: Even if there are tight time constraints, you won't sacrifice quality, because that would make you slower.

you are viewing a single comment's thread
view the rest of the comments
[–] FizzyOrange@programming.dev 10 points 2 months ago (2 children)

Even if there are tight time constraints, you won’t sacrifice quality, because that would make you slower.

Too right. People find this so hard to understand. I think they dramatically underestimate the payback time on technical debt.

I am currently working in a startup that has the classic "we're a startup, quality doesn't matter" attitude. They think that they might not be around in a year so it's best to go fast and not give a shit about tech debt.

In my experience that attitude bites in under 6 months. I'm already wasting entire days sorting out messes that they neglected to deal with.

[–] HaraldvonBlauzahn@feddit.org 5 points 2 months ago* (last edited 2 months ago)

In my experience that attitude bites in under 6 months. I'm already wasting entire days sorting out messes that they neglected to deal with.

That's pretty much in line with what John Ousterhout writes. I think if you deal with multi-threading / locking / diszributed systems stuff, that time span is likely to be lower.

[–] tetrislife@leminal.space 1 points 2 months ago (1 children)

hmm. Are you atleast getting credit for fixing all that?

[–] FizzyOrange@programming.dev 5 points 2 months ago

No, generally people are annoyed that you're spending time paying off tech debt instead of piling on more.