blog.jj5.net (2003 to 2005)

My code feels 'looser' these days..

Mon Aug 23 11:42:00 UTC+1000 2004

Categories:

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.


Copyright © 2003-2005 John Elliot