Hacker News new | ask | show | jobs
by Chris_Newton 4672 days ago
If you're catching exceptions all over the place, or worse using them for flow control as part of normal operations, you're doing it wrong.

That is a subjective view, and certainly not a universal one. In Python, for example, exceptions are routinely used for flow control purposes; see StopIteration.