[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: proposal: state machine syntax also usable for continue / nested break
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 28 Jan 2011 16:21:09 -0200
> Gotos are not "perfect" in any way, not only scope, gotos are evil as
> any overuse they create terrible hard to maintain code, and its easy
> to do bugs, hangs etc.
That can be said about any feature, really. Bad programmers will write
bad programs no matter what features the language has.