A month or so ago, I changed a coding habit of mine.
I started to add a space after opening parens, and a space before closing parens (except for casts, where I just started to add a space after the closing paren).
Basically my code feels 'looser'. It feels 'faster'. It feels 'smarter'. It looks clearer.
I'm a big fan.
if ( ! you.IsUsingSpace ) {
you.StartUsingSpace( Time.Now );
}
Love,
John.