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 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-03 20:55:30 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sunqbc.risq.qc.ca!falcon.america.net!eagle.america.net.POSTED!not-for-mail Message-ID: <3BE4CA5E.D23E2D3B@otelco.net> From: Larry Hazel X-Mailer: Mozilla 4.78 [en] (Win98; U) X-Accept-Language: en,x-ns11F8K63r3NhQ,x-ns2r2e09OnmPe2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: List container strawman 1.1 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 03 Nov 2001 22:55:58 -0600 NNTP-Posting-Host: 66.0.32.230 X-Trace: eagle.america.net 1004849724 66.0.32.230 (Sat, 03 Nov 2001 23:55:24 EST) NNTP-Posting-Date: Sat, 03 Nov 2001 23:55:24 EST Organization: 24hoursupport.com Xref: archiver1.google.com comp.lang.ada:15759 Date: 2001-11-03T22:55:58-06:00 List-Id: Eric Merritt wrote: > > Not to rain on the discussion but I have to say that > the use of the "+" instead of Constructor is not very > intuitive. Someone suggested Make and Construct > wouldn't be bad, but I think "+" lacks readability and > could be confusing. > To me, Create would be a better name. function Create return List; function Create (Initial_Element : Element) return List; function Create (Another List : List) return List; Larry