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-Thread: 103376,b78c363353551702 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.234.38 with SMTP id ub6mr24016410pbc.2.1340230777544; Wed, 20 Jun 2012 15:19:37 -0700 (PDT) Path: l9ni943pbj.0!nntp.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: about the new Ada 2012 pre/post conditions Date: Wed, 20 Jun 2012 18:19:36 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <4f0d55a9-83e1-44fe-8943-0c73a34a594d@googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 X-Trace: pcls6.std.com 1340230776 16982 192.74.137.71 (20 Jun 2012 22:19:36 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Wed, 20 Jun 2012 22:19:36 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:/2HOyFvyHNsT7cQDThLeWXZmtxM= Content-Type: text/plain; charset=us-ascii Date: 2012-06-20T18:19:36-04:00 List-Id: "Jeffrey R. Carter" writes: > Any checks worth having during testing are worth having after testing. I say: If you don't need to turn off (at least some) assertions for efficiency reasons, then you probably don't have enough assertions. - Bob