I agree that the second approach is the one that usually seems best, but I do have an additional restriction as to when to not use this approach: there can be no line breaks. If anything about this makes the the code too long to fit on a single line then I switch to the third approach.
- doug
In reply to Re^2: A matter of style: how to perform a simple action based on a simple condition?
by doug
in thread A matter of style: how to perform a simple action based on a simple condition?
by muba
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |