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=0.6 required=5.0 tests=BAYES_05,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!usc-isif.arpa!GBOOCH From: GBOOCH@USC-ISIF.ARPA (Grady Booch) Newsgroups: net.lang.ada Subject: the size of an ada unit Message-ID: <8603282116.AA20465@ucbvax.berkeley.edu> Date: Fri, 28-Mar-86 12:40:22 EST Article-I.D.: ucbvax.8603282116.AA20465 Posted: Fri Mar 28 12:40:22 1986 Date-Received: Sun, 30-Mar-86 02:23:53 EST Sender: usenet@ucbvax.BERKELEY.EDU Organization: The ARPA Internet List-Id: Some time ago, there was net traffic that weighed the merits of judging the size of an ada program by counting actual lines of code versus the number of semicolons. I recently gathered these statistics on some software I've written, and came up with the following statistics: number of units: 892 loc: : 123584 semis : 60547 this works out to be 2.04 lines of code per semicolon. Has anyone else analyzed a substantial amount of software? I'm interested in seeing if this ratio holds across different application domains, or if it is just a reflection of my personal coding style. egb -------