A client’s team spent a full week adding a CSV export to their admin panel. Two engineers, clear requirements, maybe a day of actual work. The rest of the time went to understanding existing code well enough to change it safely. That’s what I call codebase drag: when the codebase makes every task take longer than it should. It doesn’t show up in any dashboard or sprint report.

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 days ago

    Well, yeah - that never happens. You do tech debt cleanup “as you go”. Slip in a few tickets to cleanup specific things and have a policy to update code that is touched when adding features / fixing bugs.

    It needs to be a continual cleaning process. That’s why it’s called debt - the longer you let it go un-paid the harder it is to do.

    • jtrek@startrek.website
      link
      fedilink
      arrow-up
      5
      ·
      2 days ago

      I suggested at my current job that we adopt a policy of fixing things as we go. Boss wasn’t interested. He said his boss said “he doesn’t want people gold plating things”.

      Okay. I guess we’ll keep this tower of bash scripts that breaks once a month.

      • Kissaki@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours ago

        Isn’t it for the team to find out and decide whether they reached “gold plating” yet? That statement doesn’t sound like a rejection or reason for rejection to me.