Coding Peeve

I don't spend a lot of time reading other peoples' code, but when I do, and when they format their curly braces like

if(foo)

{
 doSomethingWith(bar);
}

It drives me irrationally insane with rage.

if(foo){
 doSomethingWith(bar);
}

Is better. I will not entertain arguments.

Tagged:

Also

Syndicate content

Twitter

  • Today's fun: debuging a problem on an older #drupal site and freaking out for 5 minutes until I realized views_ui was disabled. 5 years 20 weeks ago
  • Oh, you Californians are so wacky! http://www.wired.com/threatlevel/2009/10/schwarzenegger/ #fb 5 years 20 weeks ago
  • getting acquainted with Groovy. Experiencing cognitive dissonance from all this loose typing in a Java-based environment . 5 years 20 weeks ago
  • Flickr has been dog slow a lot lately. #fb 5 years 21 weeks ago
  • SSH tunnels are a thing of beauty. 5 years 21 weeks ago

Older

Contact

Andy Chase
(978) 297-6402
andychase [at] gmail.com
GPG/PGP Public Key