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-12 03:17:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!dispose.news.demon.net!news.demon.co.uk!demon!pipehawk.demon.co.uk!not-for-mail From: john.mccabe@emrad.com.nospam (John McCabe) Newsgroups: comp.lang.ada Subject: Re: on package naming, should the word "_pkg" be part of it? Date: Fri, 12 Oct 2001 10:16:30 GMT Organization: Emrad Ltd Message-ID: <3bc6c10c.1151635@news.demon.co.uk> 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> <3BC6B37F.3EAAB96A@cfmu.eurocontrol.int> NNTP-Posting-Host: pipehawk.demon.co.uk X-NNTP-Posting-Host: pipehawk.demon.co.uk:158.152.226.81 X-Trace: news.demon.co.uk 1002881800 nnrp-10:7555 NO-IDENT pipehawk.demon.co.uk:158.152.226.81 X-Complaints-To: abuse@demon.net X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:14376 Date: 2001-10-12T10:16:30+00:00 List-Id: On Fri, 12 Oct 2001 09:07:17 GMT, Ian Wild wrote: >I've not seen it mentioned yet, but you really need to add >at least *three* new incantations: > > -o- To attract Java programmers you need "object.method()", and >make it dispatching. > > -o- To attract C++ programmers you need a non-dispatching >"object.method()", and a dispatching "access_to_object->method()". I disagree with the last one. Consider the Ada justification for not differentiating the dot notation between 'pointers' and objects, and I think this should be applied to any future change of method calling. Personally, now I'm using C++, I find the -> a pain!