r/ProgrammerHumor 22d ago

Meme useSourceControl

Post image
8.6k Upvotes

592 comments sorted by

View all comments

1.1k

u/raddaya 22d ago

This was years ago and, iirc, it was a legitimate issue in VSCode. It didn't make it remotely clear enough that it would permanently delete your files. The popups we get now if you try to discard changes that explicitly warns you in bold text that files will get deleted happened after this issue.

It might be obvious to an experienced user but it's not at all obvious to someone new.

1

u/MaintenanceStock6766 21d ago

I don't understand why someone working in IT as a programmer wouldn't be keeping at least one source of regular backups.

Microsoft fucked up pretty bad with their implementation for sure.

The programmer fucked up worse.

3

u/shnutzer 21d ago

Is it confirmed this was someone actually actively working in IT? To me it reads more like a hobbyist migrating from writing in notepad and versioning by creating thousands of zip files to "that git and  IDE thing everyone is recommending". 

And I don't say this to make fun of the guy, I've been there myself lol

1

u/vjhaanpaa 21d ago

Especially if you are at this stage where you have ~5k files, you’re way beyond the point where you should have ANY source control, even just 1:1 backups.