Hacker News new | ask | show | jobs
by mikeschinkel 2528 days ago
Then use panic() and recover() for that special type of use-case. Just as easy as exception handling.
1 comments

That's just exception handling with extra steps! ;)