Hacker News new | ask | show | jobs
by ivas 1631 days ago
In your code, you don't have to use exceptions to indicate a failure but you still have to catch exceptions thrown by third-party libraries (or their dependencies).

It is not easy to stay away from exceptions if your language supports them.