• Valmond@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    3
    ·
    11 hours ago

    So Ephera, why is this bugfix taking more than 1 hour?!!

    Bugs are not possible to evaluate (except the most simple ones) and if you can’t completely fix the bug and its deoendency bugs in the original time allocated then everyone will think you just wasted time. Or so it has been for me on those “Agile” jobs.

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      8 hours ago

      Yeah, I didn’t even include technical debt into my list, but it comes up so often as well. Chances are someone else already saw the problem, considered fixing it, then saw the mountain of technical debt blocking a fix, and decided to ignore the problem in the end.

      For me, thankfully, folks have been understanding so far, when a bug fix takes significantly longer than expected.
      But we also explicitly don’t estimate bug fixes upfront, because of what you say. You have to diagnose the bug to figure out what solution is required. And the solution can range from a one-line-change to a refactoring of half the codebase. Good luck estimating that…