Subj : Goes-To operator (humor) To : Phill Terry From : Nightfox Date : Thu Dec 31 2009 03:53 pm Re: Goes-To operator (humor) By: Phill Terry to NIGHTFOX on Thu Dec 31 2009 15:31:00 > Crap like thqat is a pet peeve of mine ... > While (even) > while(x-->0) > might compile, I'd feel a LOT better seeing > while( x-- > 0 ) > .. I ain't no damed 'puter, let IT read that crap if i wants to. ;) I know what you mean, and I feel the same way.. I think source code should be easily readable. Another one of my pet peeves is source code that uses very little spaces - For example: int x=3; for (int y=0; y<5; y++) I think those are more easily readable as: int x = 3; for (int y = 0; y < 5; y++) Nightfox --- þ Synchronet þ Digital Distortion: digitaldistortionbbs.com .