View Single Post
  #11  
Old 10-19-2005, 04:18 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
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;
}

__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote