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

  • New favorite programming metaphor/phrase: "Ivory basement" 5 years 18 weeks ago
  • iTunes protip: To delete a track from a playlist AND your library, use opt+delete. 5 years 18 weeks ago
  • About time http://flic.kr/p/7droat 5 years 19 weeks ago
  • @prouty Haven't run into that one yet. 5 years 19 weeks ago
  • @prouty I still have an account and people still occasionally contact me through it, but that's about the extent of it. 5 years 19 weeks ago

Older

Contact

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