Hacker News new | ask | show | jobs
by thirsteh 4070 days ago
Panic/recover is no problem as long as it does not traverse API boundaries, i.e. affects the user of your package, unless it really is a "fatal user error" in a function that wouldn't otherwise return an error.