Error Handling
Checking for errors after every line (like in Go) is the worst…
try/catch
gives you a complete stacktrace. That stacktrace is often more valuable than the error message itself. - HN
Written on May 7, 2025, Last update on
error-handling