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,92c1feaa4de35d57 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-09 17:48:26 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Bases 1 : size matters Date: Tue, 9 Sep 2003 19:50:24 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <17eddf9f.0309080442.7b27f0e4@posting.google.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:42333 Date: 2003-09-09T19:50:24-05:00 List-Id: "M�rio Amado Alves" wrote in message news:17eddf9f.0309080442.7b27f0e4@posting.google.com... > (Sorry if you get this twice.) > > I'm planning to include the requirement (in Bases 2) that the package > spec for each container type should be small, say one page long. > > In the excelent school (FCTUNL) where I was introduced to Ada they > also had this rule. Fair enough, but what is a 'page'? It seems to depend on your system, font size, etc., which makes it a lousy criteria. I'm used to a 25-line 'page' in my editor -- which clearly is too limited to do anything useful at all. I'd suggest a recommended maximum number of lines per spec. Randy.