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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,a81d7835683dac7b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-12 06:06:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.vmunix.org!npeer.de.kpn-eurorings.net!news.uni-stuttgart.de!carbon.eu.sun.com!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Bases 1.52 Date: Fri, 12 Sep 2003 13:05:04 +0000 (UTC) Organization: BT Openworld Message-ID: References: <4a4de33a.0309021059.53f71234@posting.google.com> <4060780.x1l89WMggb@linux1.krischik.com> <17eddf9f.0309092349.2ff22de2@posting.google.com> <1301057.xhkpTmYQhd@linux1.krischik.com> <17eddf9f.0309120258.cd58f31@posting.google.com> NNTP-Posting-Host: host81-129-123-220.in-addr.btopenworld.com X-Trace: hercules.btinternet.com 1063371904 14482 81.129.123.220 (12 Sep 2003 13:05:04 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Fri, 12 Sep 2003 13:05:04 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:42412 Date: 2003-09-12T13:05:04+00:00 List-Id: "M�rio Amado Alves" wrote in message > As for the library size, the tendency is to > recommend a maximum of 50 > lines per package spec. And the Bases requires Vectors, Lists and > Tables (maps), but leaves open the inclusion of others. I don't really see the point of such a recommendation - the size of an spec is the size the problem demands. Ada.Strings. Unbounded is >200 lines (after stripping comments and context clauses) - because that's what the problem requires.