• xep
    link
    fedilink
    09 days ago

    Manage Technical Debt: Focus on minimizing immediate blockers and plan for potential future issues.

    This is a tough one the bigger the project gets. Might be the toughest one.

    • @[email protected]
      link
      fedilink
      09 days ago

      It’s an ideal that’s only achievable when you’re able to set your own priorities.

      Managers and executives generally don’t give two shits about yak shaving.

      • @[email protected]
        link
        fedilink
        English
        09 days ago

        Just factor it into your estimates and make it a requirement to the work. Don’t talk to managers as though it is some optional bit of work that can be done in isolation. If you do frequent refactoring before you start a feature then it does not add a load of time as it saves a bunch of time when adding the feature. And helps keep your code base cleaner over the longer term leading to fewer times you need to do larger refactors.