On Tue, Apr 12, 2011 at 5:27 PM, Ed Leafe <[email protected]> wrote:
> On Apr 12, 2011, at 6:22 PM, Stephen Russell wrote:
>
>> bool leapYear =  ( ( ( _year % 4 ) == 0 ) && ( ( _year % 100 ) != 0 )
>> || ( ( _year % 400 ) == 0 ) );
>
>        Wow, does your spacebar hiccup? What's with all those extra spaces? 
> That's rather jarring on the eyes.
>
-----------------

Old man!

I think it just wrapped on it's own in gmail.  Came from my code base.
  The spaces make it easier to read I think.  All those blasted parens
so close together!

-- 
Stephen Russell

Unified Health Services
60 Germantown Court
Suite 220
Cordova, TN 38018

Telephone: 888.510.2667

901.246-0159 cell

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to