Y
Hacker News
new
|
ask
|
show
|
jobs
by
72deluxe
4486 days ago
It's amusing but I never thought of exceptions as gotos. But that's what they in essence.
1 comments
ksk
4486 days ago
How are exceptions like gotos? I don't see any similarity. If by "essence" you mean they jump to a specific line of code, then lots of things can do that - switch/case , if/else, do/while, function calls/returns, etc.
link