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-13 23:13:43 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: C bug of the day Date: 14 Jun 2003 07:12:58 +0100 Organization: Pushface Sender: simon@smaug Message-ID: References: <1054751321.434656@master.nyc.kbcfp.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1055571222 16141 62.49.19.209 (14 Jun 2003 06:13:42 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 14 Jun 2003 06:13:42 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.93 Xref: archiver1.google.com comp.lang.ada:39155 Date: 2003-06-14T07:12:58+01:00 List-Id: 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).