this post was submitted on 26 May 2025
556 points (96.2% liked)

Programmer Humor

24317 readers
475 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
[–] [email protected] 78 points 3 weeks ago (18 children)

There's a quote along the lines of "User error is not a thing, the system allowed for the error through bad design"

Which can be true depending on how far you stretch it. I'd say that if a chunk of the user base is having a problem, it's a design problem

[–] [email protected] 41 points 3 weeks ago* (last edited 3 weeks ago) (13 children)

I recently had a case at work where you could move an object by holding the left mouse button and delete it with the right mouse button. If you deleted it while moving, you got an error message and the program would crash. It was an easy fix but afterwards I had a one hour discussion with our usability engineers if what I had fixed was a bug (my opinion) or a user error (theirs).

[–] [email protected] 6 points 3 weeks ago

They were holding it wrong, obviously.

load more comments (12 replies)
load more comments (16 replies)