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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b30bd69fa8f63cb2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-14 07:39:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!yellow.newsread.com!netaxs.com!newsread.com!newsfeed!wn13feed!worldnet.att.net!4.24.21.153!chcgil2-snh1.gtei.net!news.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: C bug of the day Date: 14 Jun 2003 09:39:04 -0500 Organization: LJK Software Message-ID: References: <1054751321.434656@master.nyc.kbcfp.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1055601443 26400 192.135.80.34 (14 Jun 2003 14:37:23 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sat, 14 Jun 2003 14:37:23 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:39172 Date: 2003-06-14T09:39:04-05:00 List-Id: In article , Simon Wright writes: > kanze@gabi-soft.fr writes: > >> Note that while we have been speaking here about safety, no one has >> mentionned readability. And IMHO, this is the most important single >> feature of safety: a well run code review will catch many more >> errors than the best compiler, but for a code review to be >> effective, the readers have to be able to understand what you have >> written. > > Different kinds of errors, I'd think. I would prefer not to review code > until it compiles cleanly (I know there are other approaches). For one thing, fixing the kinds of errors that the compiler catches might introduce the kinds of errors the humans catch. Doing many retries of the compiler checking is much cheaper than doing many of the human checking.