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,e382b50ddc696050 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-06 14:53:57 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!newsfeed.cs.wisc.edu!newsfeed.mathworks.com!news.mathworks.com!uunet!nyc.uu.net!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: List Strawman JC01 X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3C0FF4F2.77B88A8F@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <3C0DB9D0.7184868A@acm.org> <3C0EB851.77E7172A@boeing.com> Mime-Version: 1.0 Date: Thu, 6 Dec 2001 22:45:06 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:17540 Date: 2001-12-06T22:45:06+00:00 List-Id: Stephen Leake wrote: > > I agree with Ted; we need to be careful about making implicit > assumptions about direction. Order is a basic property of sequences such as lists. I much prefer making clients sort into descending order than allowing them to sort into ascending order backwards, or however one says what such a component would allow. It would allow 4 ways to obtain 2 results; the added complexity does not seem to buy anything. -- Jeffrey Carter