realbasic-nug
[Top] [All Lists]

Loop Control Structures (Was: Re: Files I don't want to see!)

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Loop Control Structures (Was: Re: Files I don't want to see!)
From: Emile Schwarz <emile dot schwarz at wanadoo dot fr>
Date: Mon, 31 Dec 2001 08:22:03 +0100
Hi Charles,

> On 12/30/01 1:35 PM, "Charles Yeomans" <yeomans at desuetude dot com> wrote:
>The experience 
>of many developers over time is that using For...Next with endpoints 
>that change during the loop is prone to error.

The experience over time of many developers that change using For...Next with 
endpoints prone to the _various_ loop _controls_
_instead of_ using For...Next with endpoints that is error.


Just adding four words to your sentence (_xx_ words).

What I feel reading your comment is that with age (experience), developers 
start varying the use of their loop controls to avoid
falling into the For .../... Next trap; they begin to use While .../... Wend 
and Do .../... Loop Until instead of For .../... Next instead.

I saw that recently in my coding ;)

Emile



<Prev in Thread] Current Thread [Next in Thread>
  • Loop Control Structures (Was: Re: Files I don't want to see!), Emile Schwarz <=