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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,997e6472f58cc955 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-05 12:43:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!border3.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.gbronline.com!news.gbronline.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 05 Jun 2003 14:43:53 -0500 Date: Thu, 05 Jun 2003 14:43:49 -0500 From: Wesley Groleau Reply-To: wesgroleau@despammed.com Organization: Ain't no organization here! User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en, es-mx, pt-br, fr-ca MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Case dependence and coding standards References: <035odv8mfiksmqo69q0250qp141oebtdro@4ax.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4XKdnSoAx6vnAEKjXTWcpg@gbronline.com> NNTP-Posting-Host: 216.117.18.104 X-Trace: sv3-i6MdbekaCBLXzwjgl82lM//08BKL1QeDl3xuEzEq9UfjiXHckFMu7Gwl8a7O+U8RgE3rYB6St1N4xPo!xdxlXeaPt0eKrF+FjQzHOREFFACBee+VpAK60hBW8vS0q2aZRveJvvgg5RvIn3lwRVc6bb5LnEyO!/gZ/Ww== X-Complaints-To: abuse@gbronline.com X-DMCA-Complaints-To: abuse@gbronline.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: archiver1.google.com comp.lang.ada:38732 Date: 2003-06-05T14:43:49-05:00 List-Id: > I disagree. I get very frustrated watching programmers who can't type > with all ten fingers. Take a lesson and see what you gain! What if I have to hold open a reference with one hand while with the other hand I type faster than some people do with both hands? :-) I get frustrated when I see someone who refuses to learn an editor other than 'vi' yet has never really learned how to use 'vi' (Deletes twenty lines by repeating 'x' until the line is empty, going to the next line, and doing it again.) > Yes, I hate the automatic capitalization in Word. That's because I'm That can be turned on and off. I hate it, too. --- The MISRA C article someone cited claims that stylistic coding standards are useless because (a) they are ignored and (b) the things they prevent are not failures _BUT_ (a) it also shows that an allegedly better standard that allegedly _only_ prevents real failures is ignored far more often than the ones it was compared to! (b) Standards which ensure readability and consistency MAY (are there any empirical studies?) prevent actual failures by reducing errors in comprehension of detail. After fifteen years of complaining about occasional deliberate and unjustified violations of standards, I was horrified to read that some organization had allegedly adopted an allegedly _good_ standard and then violated it EVERY OTHER LINE OF CODE !!!!