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,c406e0c4a6eb74ed X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!hammer.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!news.xtra.co.nz!53ab2750!not-for-mail From: "Lurker" Newsgroups: comp.lang.ada References: <49dc98cf.0408110556.18ae7df@posting.google.com> <6F2Yc.848$8d1.621@newsread2.news.pas.earthlink.net> Subject: Re: ADA Popularity Discussion Request X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-ID: <0aI3d.4679$JQ4.401452@news.xtra.co.nz> Date: Tue, 21 Sep 2004 09:45:54 +1200 NNTP-Posting-Host: 219.88.219.16 X-Complaints-To: newsadmin@xtra.co.nz X-Trace: news.xtra.co.nz 1095716604 219.88.219.16 (Tue, 21 Sep 2004 09:43:24 NZST) NNTP-Posting-Date: Tue, 21 Sep 2004 09:43:24 NZST Organization: Xtra Xref: g2news1.google.com comp.lang.ada:3878 Date: 2004-09-21T09:45:54+12:00 List-Id: "Kevin Cline" wrote in message news:e749549b.0409141214.215492cf@posting.google.com... > "Richard Riehle" wrote in message news:... > > How does one test for a race condition? > > I don't test for race conditions. > > How does one test for a runaway pointer or dangling reference? > > I don't test for these. So you don't test for two major sources of errors? > As a general rule, I don't write code that > would make them possible. Good. But since you don't use testing to achieve that you must be using something else, right?