> The initial idea why you should _not_ use GOTOs is that GOTOs suck ;-) > There was a paper called "Go To Statement Considered Harmful" from > Edsger W. Dijkstra (and that man probably knows what he's talking > about) > in 1968 (!). GOTOs usually produce unreadable, unmaintainable code and > should generally not be used.
Using gotos instead of higher-level control structures is evil. Using such control structures to simulate goto is just as evil. Segher -- linuxbios mailing list [email protected] http://www.openbios.org/mailman/listinfo/linuxbios
