You wrote:
> additionally I also tend to always provide an alternative, especially
if dealing
> with nested ifs or loops, even if just a comment... call it habit
(from where I
> don't know).
>
> if($condition){
> do this
> }else{
> # oops, $condition didn't exist
> }
>
> saves a hell of alot of t
oh man... it gives me such a headache when i have
to try and make sense of scripts with no indentation
(or arbitrary indentation)...
it's always fun dealing with things like this :-)
if ($this){
print "
hi
";}
else {print "
bye
";
2 matches
Mail list logo