Hacker News new | ask | show | jobs
by mtdewcmu 4669 days ago
> This is ugly and annoying but it's better than getting magic unexpected gotos sprinkled throughout your code at unpredictable places.

The proper analogy would be not GOTO, but COMEFROM, no? A catch block is basically a COMEFROM. :)