Confirmed users, Bureaucrats and Sysops emeriti
419
edits
m (→Control Flow) |
|||
| Line 72: | Line 72: | ||
} | } | ||
* If an "if" statement | * If an "if" statement controls a "then" clause ending in a return statement, do not use "else" after return. | ||
if (condition) { // bad | if (condition) { // bad | ||
DoThis(); | DoThis(); | ||