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-Thread: 103376,8591be732d0fce98 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "(see below)" Newsgroups: comp.lang.ada Subject: Re: Ada OOP alternatives? Date: Wed, 16 Jul 2008 19:11:10 +0100 Message-ID: References: <462e0cf4-1d53-4918-b30b-dd3d8df90f1b@p25g2000hsf.googlegroups.com> <487d9636$0$6543$9b4e6d93@newsspool3.arcor-online.net> <6e5uq2F5g7n6U2@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: individual.net +pdBpH7A/rfpbxnjqIucmQMiINIIAg0PRyfyRrMnCoNPoKYfNU Cancel-Lock: sha1:CM6CRJK3JESh82O8nMO2rwtXfdE= User-Agent: Microsoft-Entourage/12.11.0.080522 Thread-Topic: Ada OOP alternatives? Thread-Index: Acjnb1MAdudEXogGIkKEgurYDxH92w== Xref: g2news1.google.com comp.lang.ada:1178 Date: 2008-07-16T19:11:10+01:00 List-Id: On 16/07/2008 15:07, in article wcciqv56hxs.fsf@shell01.TheWorld.com, "Robert A Duff" wrote: > Private parts are a kludge. I don't think they should exist. > And if they do exist, they should not be syntactically attached > to the visible part -- they should normally be stored in a > separate source file. IIRC, in LIS Ichbiah went for a 3-component module, with interface (spec), representation (private) and implementation (body) files. I always wondered why Ada departed from that. -- Bill Findlay chez blueyonder.co.uk