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,4cd85c8656c704b6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-09 07:05:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: Style question: deep inheritance Date: 9 Dec 2002 07:05:04 -0800 Organization: http://groups.google.com/ Message-ID: <4519e058.0212090705.1fbe2c4b@posting.google.com> References: <5463bc76.0212030344.712c30aa@posting.google.com> <3DECAA3A.F3E7BA90@earthlink.net> <7GhH9.54$wk5.1@read3.inet.fi> <3DEDF893.52674CD6@earthlink.net> <5463bc76.0212060300.2f78f4dc@posting.google.com> NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1039446304 11165 127.0.0.1 (9 Dec 2002 15:05:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 9 Dec 2002 15:05:04 GMT Xref: archiver1.google.com comp.lang.ada:31587 Date: 2002-12-09T15:05:04+00:00 List-Id: David95038@aol.com (David Kristola) wrote in message news:<5463bc76.0212060300.2f78f4dc@posting.google.com>... > > From: Dale Stanbrough > > I'ld simply suggest that you use the "use" clause > > to reduce the baggage. > > I've been in the defense industry for many long > years. I'm still recovering from the "don't use > use" mentality. I'll get there eventually. No rush. I have written quite a few Free Software projects in Ada, and haven't used "use package" once. Like Ada itself, many of the development standards from the defense industry are good ones. I know this is a contraversial subject, and I don't want to get into a argument with those who think there's nothing wrong with "use package". I'd just like to point out that there's no reason to loosen a development standard you find sensible just because your client is different.