Style Guide

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Style Guide

Post 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:
Image
User avatar
Bakkon
Chaos Rift Junior
Chaos Rift Junior
Posts: 384
Joined: Wed May 20, 2009 2:38 pm
Programming Language of Choice: C++
Location: Indiana

Re: Style Guide

Post by Bakkon »

I like

Code: Select all

if()
{

}
because I like knowing where my statement starts.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Style Guide

Post 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" ;)
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Post Reply