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

  • Poor, persecuted Christian white male republicans. 5 years 21 weeks ago
  • Google indexing tweets? Let the crapflood begin! 5 years 21 weeks ago
  • jslint is a handy javascript validator: http://jslint.com 5 years 21 weeks ago
  • #bruins are not much fun to watch this year. And shootouts suck (even when the Bruins win them.) 5 years 21 weeks ago
  • Nice shell script for mysql backups: http://bit.ly/4A2aOP 5 years 21 weeks ago

Older

Contact

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