Quote:
|
Originally Posted by Riot
It is certainly something I can agree to, however, you should mention the use of "else" and "else if" to remove unneeded conditional checks.
|
But that will lead to bashing of my favourite style
NPC Code:
if(condition) {
statements;
} else {
statements;
}