this post was submitted on 20 Nov 2024
856 points (97.5% liked)

Programmer Humor

19623 readers
2701 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Anticorp@lemmy.world 3 points 8 hours ago (1 children)

Sounds like they weren't even using version control, and had no business anywhere near a project that size.

[–] MajorHavoc@programming.dev 4 points 8 hours ago (1 children)

had no business anywhere near a project that size.

Lol. That's a really good point, actually.

I add version control around file number 3200...

(I'm kidding. Writing even a couple lines without version control makes my eye twitch.)

[–] Anticorp@lemmy.world 6 points 7 hours ago (1 children)

Even back in my super noob days, I'd keep known good working versions of the files in separate folders. I basically invented my own terrible source control system before I knew anything about svn or git.

[–] MajorHavoc@programming.dev 3 points 5 hours ago

Yeah. Same here. We learned to mistrust computers very early.