this post was submitted on 09 Dec 2023
628 points (99.1% liked)

Programmer Humor

32833 readers
353 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 66 points 1 year ago (11 children)

Willing to bet that the backend that they are using doesn't actually give any useful error messages.

[–] GarytheSnail 15 points 1 year ago (9 children)

Would they surface that to the user anyway? That's something to log, not to tell the client that xyz service failed because of error 123.

[–] [email protected] 19 points 1 year ago* (last edited 1 year ago) (5 children)

I hate this attitude. Yeah don't give the user stacktraces on error but if you give it a meaningful headline and go in detail, experienced users will be able to deal with the problem if possible. If you go Microsoft-error of mystic ways you will have people Google "unexpected error e34566xce" and they will see that it has 10 possible reasons so you don't know what even went wrong.

[–] GarytheSnail 4 points 1 year ago* (last edited 1 year ago)

There's nothing a user is going to be able to do if this is a problem with the backend. The person I replied to did specify backend, right?

load more comments (4 replies)
load more comments (7 replies)
load more comments (8 replies)