Y
Hacker News
new
|
ask
|
show
|
jobs
by
m463
1592 days ago
I've found that in critical "must work" code with lots of edge/failure cases that goto is sometimes a pretty robust solution.
Also, apart from straight-line functions it's hard to avoid goto at the machine code level.