Use block if, not postfix if
Are you suggesting postfix if should never be used?
I agree that adding an extra conditional statement requires more work and more consideration but there are cases, like my conditional return statement, where it is rather unlikely that any extra statements would want to be added to the conditional execution.
In reply to Re^3: Useless use of string in return statement
by Bod
in thread Useless use of string in return statement
by Bod
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |