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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.197.193 with SMTP id iw1mr9558565pbc.0.1335543114480; Fri, 27 Apr 2012 09:11:54 -0700 (PDT) Path: r9ni104940pbh.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Fri, 27 Apr 2012 09:04:33 -0700 (PDT) Organization: http://groups.google.com Message-ID: <134641.307.1335542673651.JavaMail.geo-discussion-forums@pbrx5> References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <13849842.838.1335485882969.JavaMail.geo-discussion-forums@vbai3> NNTP-Posting-Host: 96.2.54.122 Mime-Version: 1.0 X-Trace: posting.google.com 1335543114 1317 127.0.0.1 (27 Apr 2012 16:11:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 27 Apr 2012 16:11:54 +0000 (UTC) In-Reply-To: <13849842.838.1335485882969.JavaMail.geo-discussion-forums@vbai3> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=96.2.54.122; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-04-27T09:04:33-07:00 List-Id: On Thursday, April 26, 2012 7:18:02 PM UTC-5, sbelm...@gmail.com wrote: >=20 > And for the love of all that is holy, remove null procedures, or at least= standardize a pragma to do so. The fact that Ada automates the fudging an= d faking of an operation that is not applicable for a type is anathema to e= verything the language has stood for since 1983. A procedure Do_Something = that does not do something is the most awful, unabashed example of bad desi= gn that could possibly exist....and the language has constructs to expedite= it?! I thought stubs were an accepted software engineering/design practice...