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.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c0e0c959f5ef11b4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.180.205 with SMTP id bv13mr1304795qab.8.1343312731415; Thu, 26 Jul 2012 07:25:31 -0700 (PDT) Received: by 10.66.77.1 with SMTP id o1mr1515186paw.29.1343312460675; Thu, 26 Jul 2012 07:21:00 -0700 (PDT) Path: a15ni105485768qag.0!nntp.google.com!q21no13545979qas.0!news-out.google.com!b9ni60415685pbl.0!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.straub-nv.de!newsfeed.x-privat.org!news2.euro.net!feeds.phibee-telecom.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!usenet-fr.net!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Fri, 20 Jul 2012 08:34:01 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Pre-Ada95 books still worth reading References: <67e508lh89b705q2d0u82in99p6u15cel9@invalid.netcom.com> <3c8f0f00-14e0-4059-9a3a-66fb2547d7a6@googlegroups.com> In-Reply-To: Message-ID: <5008fbca$0$9521$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 20 Jul 2012 08:33:46 CEST NNTP-Posting-Host: d88bd024.newsspool1.arcor-online.net X-Trace: DXC=DAi\EW0nZ1TFm0Y?OE@2^Xic==]BZ:af^4Fo<]lROoRQnkgeX?EC@@PW`=H1dd=2]QPCY\c7>ejVXYOlb??kJI_RoM=PRO2mIbS X-Complaints-To: usenet-abuse@arcor.de X-Received-Bytes: 2700 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-07-20T08:33:46+02:00 List-Id: On 19.07.12 20:46, Simon Wright wrote: > Brian Drummond writes: > >> One not mentioned so far is Grady Booch and Doug Bryan : Software >> Engineering with Ada. I don't know how well it is regarded now, but I >> thought it was good when I read it. Given the Booch Components are >> still around, it may be worth considering. > > The book discusses the Original Booch Components, at > http://www.adapower.com/original_booch/, not the Ada 95 components at > https://sourceforge.net/projects/booch95/. > I think there are two different books here, the first by Booch and Bryan, Software Engineering with Ada (1994 (3rd ed.) and earlier); the second by Booch: Software Components with Ada (1987). There is one recurring pattern in the first book, maybe worth mentioning: * Identify the objects * Identify the operations * Establish the visibility * Establish the interface (* Evaluate the objects ) * Implement each object The authors explain these steps in an introductory section titled "An Object-Oriented Design Method".