Hacker News new | ask | show | jobs
by stochastic_monk 3121 days ago
The point is that exceptions should be used for exceptional cases only.

Most situations (e.g., early returns) for which resource management would be handled by a goto are already addressed by RAII.