Quote:
Originally Posted by fysiks
Is it big? I think you answered it yourself.
|
I wasn't talking about this code, I said IF my code inside the loop WOULD BE big...
Still, I like the code to be in a row... not too far off pushed to the right, if I do an if() with brackets on everything I get to have 5-10 open brackets (again, generaly speaking, not this code, this is small but I'm used to use continue and return, I also do this in php

)
I use continue whenever I need to skip everything else... if I need to choose between two or more things I use if(), else if(), switch() etc...
__________________