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,7eaf9f2597de2259 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-15 11:51:53 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!feed2.onemain.com!feed1.onemain.com!uunet!dca.uu.net!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: on package naming, should the word "_pkg" be part of it? X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3BCB2941.D142AA0@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <9q25ec0248o@drn.newsguy.com> <9q421v0bbg@drn.newsguy.com> <9q4a37$npd$1@nh.pace.co.uk> <9q4e59018lm@drn.newsguy.com> <9q4lje$8201@news.cis.okstate.edu> <3bc6a8ad.1988649@news.demon.co.uk> <3BC721DA.BCBC4818@boeing.com> <3bca98d8.736428@news.demon.co.uk> Mime-Version: 1.0 Date: Mon, 15 Oct 2001 18:21:53 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:14566 Date: 2001-10-15T18:21:53+00:00 List-Id: John McCabe wrote: > > On Fri, 12 Oct 2001 17:01:14 GMT, Jeffrey Carter > wrote: > > >But Ada has always had Object.Operation syntax, once you realize that > >Object can be > > > >* a package > >* a task > >* a protected object > > True, although only for the task and protected object - you can't > consider the package as an object because it isn't an instance of a > type. Of course I can consider a package as an object. Just watch ... see, I just considered the package as an object. I don't know if we're discussing the same thing here, given that Ada defines an object as a variable or typed constant. With that definition, a package cannot be an object, and I agree. If on the other hand you're referring to "Object Oriented", object orientedness is a design attribute. One-package-per-Object is a perfectly reasonable way to implement such a design, so I disagree. -- Jeffrey Carter