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.5 required=5.0 tests=BAYES_05,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: 2 Jan 2005 07:51:10 -0800 Organization: http://groups.google.com Message-ID: <1104681070.114988.303620@c13g2000cwb.googlegroups.com> References: <1104516913.718856.94090@z14g2000cwz.googlegroups.com> <1104622090.271236.286730@c13g2000cwb.googlegroups.com> <1ddc37oix9i4f$.1vg08vxihbwtw$.dlg@40tude.net> NNTP-Posting-Host: 172.131.150.156 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1104681074 2897 127.0.0.1 (2 Jan 2005 15:51:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 2 Jan 2005 15:51:14 +0000 (UTC) In-Reply-To: <1ddc37oix9i4f$.1vg08vxihbwtw$.dlg@40tude.net> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=172.131.150.156; posting-account=LSix6gsAAACmBFWMCbh6syCaua0lawvj Xref: g2news1.google.com comp.lang.ada:7391 Date: 2005-01-02T07:51:10-08:00 List-Id: > * as C++ example shows, people get lost in that complex > public/protected/private issue. Decision protected vs. private in 50% falls > wrong. One could toss a coin instead. What is worse that people get > frustrated and start to make everything public. I can definitely see this point. If one did have this option in Ada, I can imagine that a decision to make some feature of a parent package invisible to children might be regretted by the developer months down the road. In my mind, it's always nice to have more options to work with, but I also see that keeping it simple(r) can be the best option, sometimes.