this post was submitted on 02 Nov 2025
182 points (98.9% liked)
Programmer Humor
38960 readers
307 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I agree in general, that a crash is much better than silently failing, but well, to give you some of the nuance I've already mostly figured out:
All good points!
Also, I’ve learned from others that how you crash depends on the environment, if running in dev, be different than if the thing is used by the public or in production.
formatting edit