5 ms·
"Exceptions should be used exceptionally" - I think golang `panic-recover` does exactly this. They made using `panic` intentionally hard. Motto: "Don't panic
by Ingaz 2y 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"