|
|
|
|
|
by benj111
1210 days ago
|
|
I'm not convinced that "more than 1 goto location considered harmful" is any different from "goto considered harmful" Each has its place. You don't 'need' to use Goto's at all. Your example could be achieved with more flags and if statements. |
|