
Style Guide
Moderator: Coders of Rage
Re: Style Guide
Just come to the one less line of code for each function, switch case, if, else, class, and all the others side!!!!!! 


- Bakkon
- Chaos Rift Junior
- Posts: 384
- Joined: Wed May 20, 2009 2:38 pm
- Programming Language of Choice: C++
- Location: Indiana
Re: Style Guide
I like
because I like knowing where my statement starts.
Code: Select all
if()
{
}
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Style Guide
Easy. It starts where it says "if" ;)Bakkon wrote:I like
because I like knowing where my statement starts.Code: Select all
if() { }
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.