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-Received: by 2002:ae9:de05:: with SMTP id s5mr20736291qkf.184.1565384739701; Fri, 09 Aug 2019 14:05:39 -0700 (PDT) X-Received: by 2002:aca:3809:: with SMTP id f9mr7381675oia.119.1565384739370; Fri, 09 Aug 2019 14:05:39 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!b26no4637796qtq.0!news-out.google.com!y1ni342qtn.0!nntp.google.com!b26no4637786qtq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 9 Aug 2019 14:05:38 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.108.152.51; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S NNTP-Posting-Host: 213.108.152.51 References: <1992Dec4.141816.1@happy.colorado.edu> <86986725-f34e-46d7-9efc-d15d94379048@googlegroups.com> <97509e4d-05b9-4b6a-ab12-613abbe562b0@googlegroups.com> <011db4d7-3455-407d-9a1d-aa747d35c538@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <67d7dee5-d2d0-4569-8358-36d2fad4cf0f@googlegroups.com> Subject: Re: Mariner 1 / FORTRAN bug From: Maciej Sobczak Injection-Date: Fri, 09 Aug 2019 21:05:39 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:57021 Date: 2019-08-09T14:05:38-07:00 List-Id: > That is why using named arguments is better and also more clear >=20 > P (I=3D>1, J=3D>2); Of course - the best way to avoid writing bad code is to write good code. B= ut this is true in any language. What we should expect from good languages = is that bad code should be impossible, or at least writing bad code should = take more effort than writing good code. And yet, what the above example sh= ows, bad code is perfectly possible in Ada and in fact is easier - and that= good code involves higher effort. Which, ultimately, makes it more difficult for Ada to gain attention of C++= programmers, for example. --=20 Maciej Sobczak * http://www.inspirel.com