this post was submitted on 26 Sep 2024
512 points (98.9% liked)
Programmer Humor
19488 readers
1150 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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 with .”
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.
Man that's wild. There were devs sending these instructions?
To be honest, I sincerely doubt they were devs, maybe support staff... I mean, come on, I'm just an engineer and even I can think of a better way to do that, even if I absolutely must not use any CVS.