On Friday, 27 July 2012 at 14:03:05 UTC, Marco Leise wrote:
Also when I have a sequence of steps to be done and some steps may jump back a few steps, I prefer labels with good names + goto, over blocks of for/while/if, which distract from the sequential nature of the code.

Huh, but such code is not sequential, it's spaghetti.

Reply via email to