Hacker News new | ask | show | jobs
by gbog 4795 days ago
Yes but no, in many cases you do not want to fail fast and loudly. If a corner case in a minor module crashes all the pages of your app, you better fail silently, and log.
1 comments

Or at least fail gracefully, by e.g. returning an error code to the caller. Simply crashing isn't always the best choice.