Jump to content

  • Log In with Google      Sign In   
  • Create Account

14 years ago on June 15th Gamedev.net was first launched! We want to thank all of you for being part of our community and hope the best years are ahead of us. Happy birthday Gamedev.net!

#Actualfroop

Posted 04 October 2012 - 01:02 PM

I don't like this
if(..) {
}
I prefer
if(..)
{
}
Looks more structured to me.

I also don't like white space everywhere. Like
if ( bla ) {
 do ( bla );
}

#3froop

Posted 04 October 2012 - 01:01 PM

I don't like this
if(..) {
}
I prefer
if(..)
{
}
Looks more structured to me.

I also don't like white space everywhere. Like
if ( bla ) {
do ( bla );
}

#2froop

Posted 04 October 2012 - 01:01 PM

I don't like this
if(..) {
}
I prefer
if(..)
{
}
Looks more structured to me.

I also don't like whitespace everywhere. Like
if ( bla ) {
do ( bla );
}

#1froop

Posted 04 October 2012 - 12:57 PM

I don't like this
if(..) {
}
I prefer
if(..)
{
}
Looks more structured to me.

PARTNERS