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,a644fa9cd1a3869a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-13 14:53:18 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsgate.cistron.nl!news2.euro.net!uunet!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: List container strawman 1.2 X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3BF1A0AA.FA5C34E2@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <3BECA3B7.5020702@telepath.com> <3BF0247D.4500975E@san.rr.com> <5BXH7.22252$xS6.34813@www.newsranger.com> <3BF052D3.ECEF3FF2@san.rr.com> <3BF05337.75BE0A18@san.rr.com> Mime-Version: 1.0 Date: Tue, 13 Nov 2001 22:37:30 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:16476 Date: 2001-11-13T22:37:30+00:00 List-Id: Ted Dennison wrote: > > In article <3BF05337.75BE0A18@san.rr.com>, Darren New says... > > > >Darren New wrote: > > function "&" (Left, Right : Element) return List; > > -- O(1) > > I much prefer pre-comments to post-comments. The reason is that you read them > before you get to the source, rather than after you have already tried to read > the source and are perhaps already confused and/or misled. Forewarned is > forearmed. :-) I prefer post-comments, because they can refer to things by name without breaking the linear flow of reading Ada and without having to duplicate information given by the code. -- Jeffrey Carter