this post was submitted on 26 Sep 2024
1 points (100.0% liked)

Programmer Humor

27853 readers
491 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

founded 2 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] dohpaz42@lemmy.world 0 points 1 year ago (2 children)

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.

[–] BastingChemina@slrpnk.net 1 points 1 year ago (2 children)

I requested a code snippet and instructions for work, I got an email, with a word document attached.

In the word document there was a screenshot of the code I needed.

[–] Beanie@programming.dev 1 points 1 year ago

Wow, massive red flag. How quickly did you quit?

[–] dohpaz42@lemmy.world 1 points 1 year ago

This only could’ve been better if this was a picture frame a phone of the monitor with the screenshot open in whatever the default screenshot app is for the is.

[–] drcobaltjedi@programming.dev 1 points 1 year 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.