View Single Post
  #4  
Old 10-18-2005, 05:56 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Ack, sorry, just quickly skimmed through it and didn't notice the explanation.

Quote:
Originally Posted by Skyld
I find it much easier to read over code that has braces on their own lines for those reasons. I am sure that others would agree with me.
I guess it's just a matter of getting used to it. Personally, I don't like seeing so many irrelevant lines, and things are easier to follow with they are in the form:

a() {
}

It's probably because I use that style in both gscript and c, and have been using it for quite some time :x
__________________


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