From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,842accb6a7d76669 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-08 03:01:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: List container strawman 1.1 Date: Thu, 8 Nov 2001 12:50:34 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9sdo9k$e0e$1@news.huji.ac.il> References: <3BE301D1.4010106@telepath.com> <3BE5AB8F.681577D0@free.fr> NNTP-Posting-Host: di3-58.dialin.huji.ac.il X-Trace: news.huji.ac.il 1005216885 14350 132.64.13.58 (8 Nov 2001 10:54:45 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Thu, 8 Nov 2001 10:54:45 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:16047 Date: 2001-11-08T12:50:34+02:00 List-Id: Ted Dennison wrote in message news:PdCF7.13570$xS6.18096@www.newsranger.com... > Force of habit. I'm used to implementing these things as naked pointers. I think > the proper idiom probably should be "Done_Iterating" as a boolean function, as > you say (or perhaps "More_Elements", so the while condition is positive). Does > anyone disagree? Does anyone think they should *both* be there? > I prefer the routine, and not the object. I usually choose between two names More_Elements, or End_Of_List/Structure, to mimic End_Of_File. Ehud