|
|
|
|
|
by glassx
5020 days ago
|
|
I like the position of this C2 article on goto: http://c2.com/cgi/wiki?GotoConsideredHarmful It argues that forward gotos (that work like continue, break, returns mid-function) don't contribute to spaghetti code, while backward gotos are more problematic. |
|