• luckystarr@feddit.de
    link
    fedilink
    arrow-up
    5
    ·
    9 months ago

    The trick is to assign someone the responsibility of the upgrade and give them the authority to tell the other developers how their newly added code shall look like. This will get you there eventually.

    Seen it work on a >1 million SLOC project.

    • bane_killgrind@kbin.social
      link
      fedilink
      arrow-up
      7
      ·
      9 months ago

      Yeah but that requires good planning and better team structure.

      That’s low margin and therefore doesn’t happen often enough.

    • AggressivelyPassive@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      This will get you there eventually.

      Only if you can actually upgrade piece by piece. In a monolith, you often enough can’t just upgrade new lines/methods. In those cases, it’s halt all development, pull everyone into upgrading and then continue.