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,1592759aa83d0d45 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-25 03:38:30 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Suggestion for Ada 200x - Interface inheritance Date: 25 May 2003 11:37:52 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <0Pxza.699607$OV.652508@rwcrnsc54> <5ad0dd8a.0305240435.337d9373@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1053859109 9669 62.49.19.209 (25 May 2003 10:38:29 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 25 May 2003 10:38:29 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:37754 Date: 2003-05-25T11:37:52+01:00 List-Id: "Steve" writes: > It really enhances readability with certain procedure calls such as: > > Copy( out buf_1 => a, in buf_2 => b ); > > Of course better naming conventions would help readability in this > example. Indeed. Copy (From => A, To => B); in this simple example. I find people don't always think of the subprograms they're providing from the point of view of the people who are going to use them.