if(..) {
}
I prefer
if(..)
{
}
Looks more structured to me.I also don't like white space everywhere. Like
if ( bla ) {
do ( bla );
}
Posted 04 October 2012 - 01:02 PM
if(..) {
}
I prefer
if(..)
{
}
Looks more structured to me.
if ( bla ) {
do ( bla );
}
Posted 04 October 2012 - 01:01 PM
if(..) {
}
I prefer
if(..)
{
}
Looks more structured to me.
if ( bla ) {
do ( bla );
}
Posted 04 October 2012 - 01:01 PM
if(..) {
}
I prefer
if(..)
{
}
Looks more structured to me.
if ( bla ) {
do ( bla );
}
Posted 04 October 2012 - 12:57 PM
if(..) {
}
I prefer
if(..)
{
}
Looks more structured to me.