I couldn't help not noticing the :
"I have also seen people doing horrors like putting if statements after the code to be excuted "where's the horror in that???
Code is more aesthetical like this :
has the (same) effect as:if ($var) { &doSomthing; }
both are readable enough, and the second is closer to spoken language. and is less written code.&doSomething if ($var);
In reply to Re: Perverse Unreadable Code
by Chady
in thread Perverse Unreadable Code
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |