LOL, and those who don't use GOTO's are lesbians!!Joakim Christiansen wrote:All people using GOTO's are gays!!

A typical nonsense discussion, this matter seems often based on being scared what others think.dioxin wrote:GOSUB/GOTO are powerful features but not everyone is up to handling them.
Those that can, get on with it.
Those that can't tell everyone else they're wrong.
Paul.
Code: Select all
for a = 1 to 10
b = b+1
next a
Hmm, no programmer will be able to understand code from someone else if it's size is becomming to large, even if it is rock solid code.Dare2 wrote:IMO, bad code is code that is hard to support.
If it does the job adequately: If the next guy can understand it and enhance it: If you can maintain it 1 year down the track: Then it is good code.
That is all that really matters.
Edit and aside: C++ is bad code waiting to happen.