this post was submitted on 03 Feb 2026
432 points (99.5% liked)
Programmer Humor
29320 readers
1171 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In some cases. However most often when there is a stack trace it is because something I didn't expect happened - I can't tell you how we got there or how to correct it because if I knew I would have just had the code do that in the first place. If the error is something the user did though I'd expect a clean error message.