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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b8b8a54001adc4d2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail From: danmcleran@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Possible Ada deficiency? Date: 11 Jan 2005 12:30:06 -0800 Organization: http://groups.google.com Message-ID: <1105475406.657564.297670@c13g2000cwb.googlegroups.com> References: <1104516913.718856.94090@z14g2000cwz.googlegroups.com> <1105290947.422412.195950@c13g2000cwb.googlegroups.com> <1105327217.641306.80180@c13g2000cwb.googlegroups.com> <1105396179.381458.84950@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 192.55.20.36 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1105475410 2291 127.0.0.1 (11 Jan 2005 20:30:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 11 Jan 2005 20:30:10 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=192.55.20.36; posting-account=LSix6gsAAACmBFWMCbh6syCaua0lawvj Xref: g2news1.google.com comp.lang.ada:7652 Date: 2005-01-11T12:30:06-08:00 List-Id: >If the software depends on things staying concealed, why not just >write a short comment explaining this and possible consequences of >misuse? For the same reason that all these higher-level languages have any of the visibility constructs, so that the compiler can enforce desired information hiding. IMO, a construct that allows the compiler to ensure information hiding is the best way to solve these problems.