Hacker News new | ask | show | jobs
by consteval 604 days ago
To be fair even Java solves this problem with checked exceptions. It forces you to handle them or pass them on. It's really just C++ and C# that have a bit of wild west error handling.
1 comments

My point has nothing specifically to do with error handling, that was just the first example that came to mind.