• @luckystarr@feddit.de
    link
    fedilink
    59 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
      link
      fedilink
      79 months ago

      Yeah but that requires good planning and better team structure.

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

    • AggressivelyPassive
      link
      fedilink
      19 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.