• dohpaz42@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    22 days ago

    I know this is a joke, but those errors/warnings/messages screenshot is not from git. That looks more like results from a compiler of some sort.

    • dfyx@lemmy.helios42.de
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      22 days ago

      Looks exactly like Visual Studio 2022.

      I guess the joke implies that automated (or incorrect manual) conflict resolution causes code that doesn’t compile. But still not git’s fault. They should probably have merged earlier and in rare cases where that wasn’t possible, you have to bite the bullet and fix this stuff.

  • gerryflap@feddit.nl
    link
    fedilink
    arrow-up
    1
    ·
    22 days ago

    Sometimes I look at the memes around here and wonder wtf y’all are doing. Like, neither my code nor the code at the place I work at are perfect. But I don’t think I’ve ever seen a merge do this. Maybe some of the most diverged merges temporarily had a lot of errors because of some refactoring, but then it was just a few find + replaces away from being fixed again. But those were merges where multiple teams had been working on both the original and the fork for years and even then it was usually pretty okay.

    • Doxin@pawb.social
      link
      fedilink
      arrow-up
      2
      ·
      18 days ago

      It’s really easy to make a gigantic mess using git if you don’t know what you’re doing. As soon as you learn to keep your history mostly linear all those issues go away.

      • Artyom@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        22 days ago

        You and I have very different opinions on what is a reasonable expectation for our respective teams.

        • zalgotext@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          21 days ago

          You think it’s unreasonable for a software developer to take one to two days to learn a tool that’s basically ubiquitous in their field?

          • Artyom@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            21 days ago

            No, I think it’s a perfectly reasonable thing to do, my coworkers on the other hand…