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