Comment: Re:Most Java shops I've worked automate code style (Score 1) 430
We're a Perl shop, and we also use automated tools (perltidy and soon, perlcritic) before committing. It's just easier if everybody uses the same tool to do the formatting and it's automatic. When you have to remember to do the style by hand, it's easy to forget.