Hacker News new | ask | show | jobs
by layer8 529 days ago
Yes, it’s the consequence of throwing exceptions through exception-unaware code, which is a problem when said code needs to perform some cleanup logic before returning, like releasing resources.