[futurebasic] Re: [FB] String Manipulation

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 2004 : Group Archive : Group : All Groups

From: Brian Stevens <brilor@...>
Date: Thu, 1 Apr 2004 07:03:28 -0700
On Mar 31, 2004, at 10:14 PM, michael evans wrote:

> I prefer long self-defining varables and constants.
> I prefer legibilty over speed.

Yes, I agree.  My experiences have proven to me that if it isn't 
comprehensible later, you can't maintain it (or it is hard to fix 
quickly in an emergency). For example, I still prefer INC/DEC instead 
of i++ etc. If I wanted to write C, I'd buy a C compiler and use it. 
The reasons for adding the C-like shortcuts clearly have some benefits, 
but I prefer  to make my code clear to these tired eyes.

Thanks for sharing Michael.

Brian