Quote:
Originally Posted by Seta00
I know this discussion is already far away from this quote, but I have to say, what you're saying pushes coders to do workarounds instead of proper logic. Jumps are made to be used, they're part of the logic and if you can code you should understand them. I agree with not using gotos, but breaks and continues are fine features of repeat block logic. Code should be efficient without breaking design issues, not easy to read.
|
Now i'm confused. So i can use continue in loops to?
[offtopic] Sorry seta, it's me again [/offtopic]
__________________