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

Programmer Humor

19623 readers
2 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
[โ€“] zarlin@lemmy.world 324 points 3 days ago (13 children)

The real issue is already going 3 months without source control.

[โ€“] Mixel@feddit.org 99 points 3 days ago (11 children)

I have heard things from another apprentice who just does not use version control at all and the only copies are on his laptop and on his desktop. He is also using node.js with only 1 class and doesn't know about OOP (not sure if you even use that in js no clue ๐Ÿ˜…) and has one big file with 20k lines of code I have absolutely no clue how he navigates through it

[โ€“] Blackmist 16 points 3 days ago (1 children)

Those are rookie numbers. I have at least a 35k one somewhere. More than one actually.

People run their businesses on this.

[โ€“] fibojoly@sh.itjust.works 5 points 3 days ago (1 children)

I once landed a job at a small company doing a software for medical analysis labs all over the country. Software had been around for over ten years at this point. They had no source control. Nothing. Absolute nightmare.
They were literally starting to use source control when I arrived.
In 2015.

[โ€“] Blackmist 6 points 3 days ago

The "source control" when I first started was all the code on a shared drive, to check out a file you copied it to your machine, and renamed the extension on the shared drive to your initials.

When somebody edited without doing this there would be full blown meltdowns over lost work.

load more comments (9 replies)
load more comments (10 replies)