Re: "GOTO considered harmful" considered harmful. Re: New style DO syntax?



Joe Krahn wrote:
....
The advantage of a text label is that you can tell the purpose of the
GOTO without having to navigate to the target label to discover what
the the purpose of that GOTO.

Assuming that the programmer picked a good name. Comments help
more. And, you still have to *find* the label.

--
J. Giles

"I conclude that there are two ways of constructing a software
design: One way is to make it so simple that there are obviously
no deficiencies and the other way is to make it so complicated
that there are no obvious deficiencies." -- C. A. R. Hoare


.