Quote:
Originally Posted by Inverness
You should be using the && (AND) operator to join conditional statements rather than having a repeated nested if statement without an else.
|
Although it makes no difference whatsoever during runtime, this just causes obfuscation and should be AVOIDED.
edit: please
review.