Style issues (was RE: Increment a Variable)

2002-04-01 Thread Chas Owens
No offense taken (TMTOWTDI). For debugging purposes I like to be able to see entire functions (and sometimes more than one) on the screen at the same time. With short loops like this one that means keeping it as short and sweet as possible to maximize the amount of code visible at one time. So

Re: Style issues (was RE: Increment a Variable)

2002-04-01 Thread Jonathan E. Paton
> For debugging purposes I like to be able > to see entire functions (and sometimes > more than one) on the screen at the same > time. With short loops like this one that > means keeping it as short and sweet as > possible to maximize the amount of code > visible at one time. Get a bigger monito

RE: Style issues (was RE: Increment a Variable)

2002-04-01 Thread Timothy Johnson
That's why you need to stop programming on your Palm Pilot. :) -Original Message- From: Chas Owens [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 1:33 PM To: Nikola Janceski Cc: [EMAIL PROTECTED] Subject: Style issues (was RE: Increment a Variable) No offense taken (TMT

Re: Style issues (was RE: Increment a Variable)

2002-04-02 Thread Chas Owens
On Mon, 2002-04-01 at 17:24, Jonathan E. Paton wrote: > > For debugging purposes I like to be able > > to see entire functions (and sometimes > > more than one) on the screen at the same > > time. With short loops like this one that > > means keeping it as short and sweet as > > possible to maxim