Hacker News new | ask | show | jobs
by jaitsu 1251 days ago
You can recover from a panic though, so if you are implementing something that may panic you should have some sensible defer/recover in there if you can't afford to have your process crash.