Re: Goto?
- Posted by c.k.lester <euphoric at ckles?er.?om> May 12, 2008
- 691 views
Jeremy Cowgar wrote: > > I have mixed emotions about it. Goto in some situations can be a very valuable > construct but it can also be a construct that novice programmers can really > get in trouble with causing hours of unnecessary debugging. I've never encountered a case where a goto is the best solution. Never. One thing I want to avoid on any interpreter upgrade is bloating the interpreter and/or slowing it down. If goto is going to be considered, I'm sure there are more popular options to be considered first.