this post was submitted on 06 Apr 2024
1016 points (97.4% liked)

Programmer Humor

20039 readers
1352 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] aaaa 83 points 10 months ago (1 children)

Not quite this, but I did have a validation team that didn't know when to quit.

The project was a Windows service, and they would be constantly opening bugs saying "program crashes when we deleted xxxxx.dll"

Like... Yeah. If you delete necessary libraries from the installation directory, the program won't run correctly.

[–] [email protected] 25 points 10 months ago (2 children)

That should be elementary computer literacy: if you don't know what the file does, then don't delete it.

[–] [email protected] 17 points 10 months ago

"I didn't know what it was, how was I supposed to know not to delete it?"

[–] [email protected] 2 points 10 months ago

But that's how you learn!