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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ffe7b9269a00c843 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1993-03-21 12:42:53 PST Newsgroups: comp.lang.ada Path: sparky!uunet!haven.umd.edu!ames!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!hellgate.utah.edu!peruvian.cs.utah.edu!matwood From: matwood%peruvian.cs.utah.edu@cs.utah.edu (Mark Atwood) Subject: Re: Ada cost breakpoints Date: 21 Mar 93 12:01:21 MST Message-ID: <1993Mar21.120121.16006@hellgate.utah.edu> Summary: Even "small" programs can use Ada Keywords: Ada cost size breakpoints Organization: University of Utah Computer Science References: <9303151702.AA01402@manta.nosc.mil> <65260@mimsy.umd.edu> Date: 1993-03-21T12:01:21-07:00 List-Id: I've have been thinking about my own experiences with Ada, and other programming languages, and program size. In article <9303151702.AA01402@manta.nosc.mil> mshapiro@MANTA.NOSC.MIL (Michael D Shapiro) writes: > Has anyone done a study to find these breakpoints? One pair I've > heard mentioned as the appropriate minima for Ada are 500K > source lines of delivered code and/or seven years life cycle. In article <65260@mimsy.umd.edu> alex@cs.umd.edu (Alex Blakemore) writes: >I have no study to point to, but from experience 500K SLOC is way too high >for a minimum breakpoint to Ada. The breakpoint depends on the complexity >and number of people involved. I dont know about you, but things start >to seem complex to me much closer to 30K than 500K lines. >Even 30K lines of C is a pretty frightening thought. I'l say 30KLOC of C is frightning. It is probably just me, but 5KLOC of C starts going over my head in a real hurry, esp. when it is full of "incantations" and commented like the BSD UNIX OS. (I've seen some of the source, so don't bother me about it.) On the other hand, I'm working on a project that will probably come in at just under 10KLOC of Ada, and I feel I understand it, and feel comfortable calling it "small". Mark Atwood :: Being a kitten is it's own excuse. matwood@peruvian.cs.utah.edu :: The University has enough problems without being blamed for mine.