Hacker News new | ask | show | jobs
by Ingaz 744 days ago
"Exceptions should be used exceptionally" - I think golang `panic-recover` does exactly this.

They made using `panic` intentionally hard.

Motto: "Don't panic in your code"