08-06-2009, 06:08 PM
|
#6 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Quote:
Originally Posted by Enfernikus
There aren't alot of cases where you absolutely need to make use of any one particular feature in a language to accomplish a single task, we've many tools to accomplish the same thing. Goto's are just another feature and if we feel the need to use it than we may and if the code goes spaghetti, it's the programmer's fault and nothing to do with the existence of "goto" a sphagetti-coder will produce the same mess regardless of the existence of goto.
|
But goto is different, there is no good use for that command opposed to others that have lateral alternatives. I'm not saying that taking it away will fix coding, I'm saying it is bad to add because it can only hurt.
|
|
|
|