Hacker News new | ask | show | jobs
by withinboredom 903 days ago
I use goto whenever I have the opportunity, which, sadly, is not that often.

I don't know why people don't like it -- it's essentially an unconditional jump (can replace all while(true);, for example).