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,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-12 09:37:55 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!attbi_s04.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Eachus' Measure of Goodness References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.124.41 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s04 1068658674 12.234.124.41 (Wed, 12 Nov 2003 17:37:54 GMT) NNTP-Posting-Date: Wed, 12 Nov 2003 17:37:54 GMT Organization: Comcast Online Date: Wed, 12 Nov 2003 17:37:54 GMT Xref: archiver1.google.com comp.lang.ada:2425 Date: 2003-11-12T17:37:54+00:00 List-Id: >> have been comfortable with (2S + B)/(N * ln(N)) where N is the total >> number of compilation units and subunits, S is the number of with >> clauses on package specs (including generic package specs) and B is the >> number of with clauses on other units. > As for what is a good number, anything below 5 seems to be good, and Does that mean that in a 50 package system, the average package should have under 10 "with"s in its spec or 20 in its body or some combination? And a 400 package system could average 50% more?