Page 3 of 3

Re: Style Guide

Posted: Sun Jul 05, 2009 11:37 pm
by eatcomics
Just come to the one less line of code for each function, switch case, if, else, class, and all the others side!!!!!! :lol:

Re: Style Guide

Posted: Mon Jul 06, 2009 1:32 pm
by Bakkon
I like

Code: Select all

if()
{

}
because I like knowing where my statement starts.

Re: Style Guide

Posted: Fri Jul 17, 2009 7:18 pm
by MarauderIIC
Bakkon wrote:I like

Code: Select all

if()
{

}
because I like knowing where my statement starts.
Easy. It starts where it says "if" ;)