Why should GoTos be bad?
- by lisn
I'm using gotos and a lot of them. C++, PHP or COBOL - I use them on nearly all occasions where everybody else would use functions or even classes.
Yet my code is
Clear
Maintainable
Bug-free
Fast
So why does everybody I meet tell me about how bad gotos are? Are there any facts that show that they are "bad"?