Long Cloud Technologies
"... A Yankee in the Land of the Long White Cloud, Aotearoa ..."

I’m weak, give into peer pressure and smoke the Crack Pipe.

All of you who have had the (dis)pleasure of working to my coding standards [it’s good to be the king] are sure to get a chuckle out of this.  As of today I have officially given into peer pressure and moved my Curly Braces to their own line!  Since I’ve been working in C# (wow… 7 years now) I’ve been fighting to keep my curlys on the same line as the opening structure

If (true) { 
   //do something 
} else { 
   // do else 
}

I just don’t have the strength anymore to fight the good fight (and besides I want to join the Kewl Kids). This one is for you Jonathan!

If (true) 
{ 
   //do something 
} 
else 
{ 
   // do else 
}
Posted on 24 Mar 10 08:58 by matthew.hintzen |

Bookmark this post with:

E-mail | Comments(0) | Comment RSS