Thread: formatting
View Single Post
Old 03-30-2003, 01:14 PM   #16 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
Quote:
Originally posted by Travis Dane
I have never had the problem of forgetting braces, Never.
Adding braces causes big and ugly code, If you have a problem
with forgetting braces with multiple statements than blame that
and not the braces.
big and ugly code?

Code:
if(x){
  //a
}else{
 //b
}
// hardly larger than:
if(x)
  //a
else
  b
i use style one always and "style 3" when i want to save 4 bytes.
__________________
-- bloomberg.
abc123 is offline   Reply With Quote