Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you’re doing web stuff, frameworks will basically have this built in. Typically the framework’s own request handler will have something that catches all uncaught exceptions within the scope of that request and return a 500 response. So within the context of a single request you can usually adopt a “let it crash philosophy”. In fact, it’s something most people seem to do intuitively.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: