Question
#2

Ew. Goto should never be used. It's bad practice, it leads to spaghetti code and it's a pain in the ass to debug. There's always a way to solve a problem without the need for goto. In this case it should just be a plain old for-loop.
Reply


Messages In This Thread
Goto loop question - by Banditul18 - 17.08.2017, 13:56
Re: Question - by Vince - 17.08.2017, 14:02
Re: Question - by 10MIN - 17.08.2017, 14:05
Re: Question - by Banditul18 - 17.08.2017, 14:26
Re: Question - by Arbico - 17.08.2017, 14:50

Forum Jump:


Users browsing this thread: 1 Guest(s)