Thread
:
using goto/if else and user input in C#
View Single Post
#
2
(
permalink
)
07-25-2008, 04:55 PM
WingedPanther
Join Date: Jul 2006
Age: 35
Posts: 4,107
Last Blog:
Why Learn Data Structu...
Credits:
28
Rep Power:
45
Re: using goto/if else and user input in C#
General rule of thumb: don't use goto statements. While there's nothing "bad" about using them here, they can quickly develop into spaghetti code that is almost impossible to maintain.
__________________
CodeCall Blog
|
CodeCall Wiki
|
Shareware
|
Linux Forum
Programming is a branch of mathematics.
WingedPanther
View Public Profile
Send a private message to WingedPanther
Find all posts by WingedPanther