• qaz@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        It was kind of pointless, but at least it made software work with custom default branches.

      • chonglibloodsport@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Yes exactly. It’s a reference to the recording industry’s practice of calling the final version of an album the “master” which gets sent for duplication.

        • Zink@programming.dev
          link
          fedilink
          arrow-up
          0
          ·
          1 month ago

          In alignment with this, we should not replace the master branch with the main branch, we should replace it with the gold branch.

          Every time a PR gets approval and it’s time to merge, I could declare that the code has “gone gold” and I am not doing that right now!

          • ramjambamalam@lemmy.ca
            link
            fedilink
            arrow-up
            3
            ·
            1 month ago

            Merged -> gone gold

            Deployed -> gone platinum

            Gone a week without crashing production -> triple platinum

      • Maggoty@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        But why even? There’s no risk to changing it and some risk to keeping it. That’s the reason for the push to change it. Keeping something just because it’s tradition isn’t a good idea outside ceremonies.

        • weker01@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          1 month ago

          There is definitely a risk in changing it. Many automation systems that assume there is a master branch needed to be changed. Something that’s trivial yes but changing a perfectly running system is always a potential risk.

          Also stuff like tutorials and documentation become outdated.

          • Maggoty@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            1 month ago

            If they can’t change what’s essentially a variable name without issues then should they be doing the job?

            • MadhuGururajan@programming.dev
              link
              fedilink
              English
              arrow-up
              1
              ·
              27 days ago

              pray tell me how would you change the name in every script of an automation system that refers to master? Remember, you have to justify the time and cost to your manager or director!

      • tyler@programming.dev
        link
        fedilink
        arrow-up
        0
        arrow-down
        1
        ·
        1 month ago

        Yeah agreed. Just another piece of white devs acting like they knew better for everyone.