comp.lang.ada
 help / color / mirror / Atom feed
From: Robert A Duff <bobduff@shell01.TheWorld.com>
Subject: Re: Vector of Vectors.
Date: Sat, 17 Jan 2009 17:59:48 -0500
Date: 2009-01-17T17:59:48-05:00	[thread overview]
Message-ID: <wcc7i4ty1wb.fsf@shell01.TheWorld.com> (raw)
In-Reply-To: 497229d8$0$31340$9b4e6d93@newsspool4.arcor-online.net

Georg Bauhaus <see.reply.to@maps.futureapps.de> writes:

> Robert A Duff wrote:
>
>> Requiring the body of a loop to have a name is an annoyance.
>> What are you going to call it?  The_Loop_Body.  Or something
>> equally meaningless.
>
> Is the loop body meaningless, too? If not, there is a name :-)

The loop body is usually self explanatory.  E.g:

for Index in S'Range loop
    S(Index) := To_Upper_Case(S(Index));
end loop;

Do you want me to call it "Convert_Current_Character_To_Upper_Case",
and wrap it in a procedure by that name?

- Bob



  reply	other threads:[~2009-01-17 22:59 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-15  0:32 Vector of Vectors Peter C. Chapin
2009-01-15  2:44 ` Jeffrey R. Carter
2009-01-15 10:10   ` Alex R. Mosteo
2009-01-15 10:56     ` Georg Bauhaus
2009-01-15 20:44     ` Jeffrey R. Carter
2009-01-15 21:26       ` Robert A Duff
2009-01-17 10:20         ` Ivan Levashew
2009-01-17 10:51           ` Dmitry A. Kazakov
2009-01-17 16:45             ` Robert A Duff
2009-01-17 17:18               ` Dmitry A. Kazakov
2009-01-17 23:06                 ` Robert A Duff
2009-01-18  9:44                   ` Dmitry A. Kazakov
2009-01-17 16:41           ` Robert A Duff
2009-01-17 18:56             ` Georg Bauhaus
2009-01-17 22:59               ` Robert A Duff [this message]
2009-01-18 18:34                 ` Georg Bauhaus
2009-01-18 21:29                   ` Robert A Duff
2009-01-19 11:52                     ` Georg Bauhaus
2009-01-19 12:39                       ` Georg Bauhaus
2009-01-20  2:11                     ` Randy Brukardt
2009-01-15 12:08   ` Peter C. Chapin
2009-01-16 10:15     ` Alex R. Mosteo
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox