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.227.230 with SMTP id sd6mr10298154pbc.8.1335563569880; Fri, 27 Apr 2012 14:52:49 -0700 (PDT) Path: r9ni105842pbh.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: sbelmont700@gmail.com Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Fri, 27 Apr 2012 14:11:07 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2867357.127.1335561067669.JavaMail.geo-discussion-forums@ynee1> References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <13849842.838.1335485882969.JavaMail.geo-discussion-forums@vbai3> <134641.307.1335542673651.JavaMail.geo-discussion-forums@pbrx5> NNTP-Posting-Host: 206.53.78.59 Mime-Version: 1.0 X-Trace: posting.google.com 1335563569 15669 127.0.0.1 (27 Apr 2012 21:52:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 27 Apr 2012 21:52:49 +0000 (UTC) In-Reply-To: <134641.307.1335542673651.JavaMail.geo-discussion-forums@pbrx5> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=206.53.78.59; posting-account=ShYTIAoAAABytvcS76ZrG9GdaV-nXYKy User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-04-27T14:11:07-07:00 List-Id: On Friday, April 27, 2012 12:04:33 PM UTC-4, Shark8 wrote: >=20 > I thought stubs were an accepted software engineering/design practice... procedure Shut_Down_Reactor (Reactor : Reactor_Type) is null; is quite literally a disater waiting to happen. Ada is all about being exp= licit, and takes a harsh stance on things that could be misused or abused t= o make a program confusing (i.e. overloading, etc), yet it gives an express= lane for writing subprograms that by definition don't do what they intend.= The phrase "where the default behavior is null" is a contridiction in ter= ms; calling a subprogram to achieve the effect of not calling a subprogram = is simply bananas.