Hacker News new | ask | show | jobs
by samfisher83 3504 days ago
I think using goto when breaking multiple loops is useful.At least you know where the next line will be.
1 comments

There are reasonable applications for goto. But I think there are more reasonable applications for operator overloading. (like Complex, BigInteger, or dimensional types)