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

Programmer Humor

19623 readers
2737 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 7 points 15 hours ago* (last edited 14 hours ago) (1 children)

No it doesn't delete your files. Hombre from the post told it to delete his files and was then shocked when it did. It even warns you that it's about to delete your files. Then on top of that, post person wasn't even using source control, so they can't get their files back. Don't mess with the source control options if you're not using source control. Don't just randomly click buttons without reading, if your project files are super critical. Don't only have a single version of your entire project in a single place on one computer. This person obviously has no idea what they're doing, which is fine, but they don't belong anywhere near a 5000 file project.

[–] PanArab@lemm.ee 1 points 15 hours ago (1 children)

should have at least had the decency to send them to the trash instead of outright deleting, this is just good and sane design

[–] Anticorp@lemmy.world 2 points 14 hours ago

Why? There's a full git log of the files. It's trivial to get them back. That brings us to the "don't use the source control tab if you're not using source control" point.