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,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-01 08:54:38 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!netnews.com!xfer02.netnews.com!newsfeed2.earthlink.net!newsfeed.earthlink.net!news.mindspring.net!not-for-mail From: Larry Hazel Newsgroups: comp.lang.ada Subject: Re: How to make Ada a dominant language Date: Wed, 01 Aug 2001 10:55:04 -0500 Organization: MindSpring Enterprises Message-ID: <3B682658.57BE8A24@mindspring.com> References: <3B6555ED.9B0B0420@sneakemail.com> <9k3l9r$10i2$1@pa.aaanet.ru> <3B656345.64AB603A@sneakemail.com> <9k3oa1$2qg8$1@pa.aaanet.ru> <3B657715.7EC592D9@sneakemail.com> <3B6588FC.6D40C443@sneakemail.com> <87snfe9sir.fsf@520075220525-0001.dialin.t-online.de> <3B67F0DA.8D655109@mindspring.com> <9k90u8$mli$1@nh.pace.co.uk> NNTP-Posting-Host: c7.ae.9d.b7 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 1 Aug 2001 15:55:55 GMT X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en,x-ns11F8K63r3NhQ,x-ns2r2e09OnmPe2 Xref: archiver1.google.com comp.lang.ada:10952 Date: 2001-08-01T15:55:55+00:00 List-Id: Marin David Condic wrote: > > There is also a kind of design methodology wherein you might hammer out some > code, see how it looks, maybe test it a little, then restructure it again > and again as you are trying to a) figure out how certain features should be > used and/or b) get a vision in your head as to what the ultimate product > ought to look like. Its a kind of iterative prototyping that I find myself > going through from time to time in some cases. It certainly isn't the way to > develop a major system/subsystem, but it is often handy for some kinds of > development, simply because you don't have a good idea in your head as to > how something ought to look. > > That sort of development might be less concerned with proper data types, > formal design, documentation, etc., but I tend to think of that as strictly > prototype development to gain understanding. The ultimate finished product > has to be better thought out & planned - but may still utilize the > prototyped code in some form. Using Ada to help think about the problem and develop a design approach. I've done that many times. Larry