On Aug 12, 2006, at 7:06 PM, Arnaud Nicolet wrote:
Le 8 août 06 à 06:31 Matin, Norman Palardy a écrit:
GOTO is mostly never required and should be avoided in 99.9% of
all cases where you think you need it.
Hi,
why should it be avoided?
GOTO often leads to unstructured usage and that can lead to code that
is hard to read, write, debug and maintain.
It is possible to use a GOTO in a very few places to improve code
readability but they are very very very very few.
It's generally best to avoid them
Dijkstra, Knuth and a few other luminaries in computer programming
have written very eloquently on why you should avoid goto_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>