Re: GOTO
- Posted by Colin Taylor <71630.1776 at COMPUSERVE.COM> Sep 23, 1997
- 565 views
Sorry to malign the much-loved *goto* statement. In my earlier comments about global variables I simply wanted to point ou= t that these can become a quick fix and create spaghetti-like code that is difficult to debug. For that reason, it is better to encapsulate routine= s as much as possible by passing variables to the routines and having variables returned. Colin Taylor