• dohpaz42@lemmy.world
    link
    fedilink
    English
    arrow-up
    73
    ·
    2 months ago

    Back in 2016 (wow, almost a decade now…) I got a job with a group who used Word docs to email instructions on how to update your code with their changes. For example, “In file xyz.php, go to line 123 and replace <code> with <code>.”

    One of my first tasks was getting that group set up with git. But I will never forget that was their best way to version control code… in 2016.

    • floofloof@lemmy.ca
      link
      fedilink
      English
      arrow-up
      24
      ·
      2 months ago

      Was their office under a rock somewhere? How had none of them stumbled upon what every other programmer in the world does?

    • ertai@programming.dev
      link
      fedilink
      arrow-up
      10
      ·
      2 months ago

      I don’t. No. This isn’t real. He’s lying, surely he’s lying. It’s just a person on the internet making a joke right?

    • drcobaltjedi@programming.dev
      link
      fedilink
      arrow-up
      6
      ·
      2 months ago

      My first like real programming job, in 2019, version control was “download the project from the share drive, update the code, then add your new code back to the share with todays date in the folder name”.

      Everyone, except 1 dude liked SVN or mercurial, wanted the boss to just get us on git. It became the general standard for a reason. None of us liked the version control system we had, but HDD space was cheap so the boss wasn’t that concerned.

    • Rolando@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

      I wouldn’t do version control that way, but I’ve used Word to keep track of what I’m working on during integration tasks. It’s nice because you can drop in code, error messages, and screen captures. E.g.: the tool looks like this: (image) but gives an error like this: (error message) and I think the problem is in file.py around lines XYZ: (code snippet) when I run the command (command used), and I think the answer is in (a couple links I found).

      • 2pt_perversion@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        2 months ago

        I’ve used word/onenote or FOSS equivalents the same way, they’re fine as a scratchpad for notes. As you said it’s nice being able to shove images in there. There are so many things that don’t belong anywhere else that I will forget after even a half hour break.