Hacker News new | ask | show | jobs
by ajdlinux 3952 days ago
And error handling in many C applications, since in the absence of exceptions they're very useful for doing cleanup.
1 comments

Exceptions is just a fancy word for gotos.
Just like functions are just a fancy word for gotos?
Functions are a fancy word for gosubs!