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: 109fba,ea99940253996e3e X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,ea99940253996e3e X-Google-Attributes: gid103376,public X-Google-Thread: f43e6,ea99940253996e3e X-Google-Attributes: gidf43e6,public X-Google-Thread: 108717,ea99940253996e3e X-Google-Attributes: gid108717,public X-Google-ArrivalTime: 2003-10-14 08:49:08 PST From: "Peter Bushell" Newsgroups: comp.software-eng,comp.programming,comp.lang.c++,comp.lang.ada References: <2cfd1a4e.0309252032.3e3c0a1a@posting.google.com> <863cefjy6l.fsf@strudel.futureapps.de> <86ad8i7d1d.fsf_-_@huldreheim.huldreskog.no> <86zngh5oct.fsf@huldreheim.huldreskog.no> <86r81s6elg.fsf@huldreheim.huldreskog.no> <3F830C63.1070005@crs4.it> <3F8BFCF5.6020906@crs4.it> Subject: Re: Spell-checking source code Date: Tue, 14 Oct 2003 16:50:13 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <3f8c1a9f_2@mk-nntp-2.news.uk.tiscali.com> X-Original-NNTP-Posting-Host: 62.64.231.210 NNTP-Posting-Host: mk-nntp-2.news.uk.tiscali.com X-Trace: 14 Oct 2003 16:49:06 +0100, mk-nntp-2.news.uk.tiscali.com Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!kibo.news.demon.net!demon!mk-nntp-1.news.uk.worldonline.com!mk-nntp-2.news.uk.tiscali.com Xref: archiver1.google.com comp.software-eng:20780 comp.programming:945 comp.lang.c++:2325 comp.lang.ada:828 Date: 2003-10-14T16:50:13+01:00 List-Id: "Jakob Bieling" wrote in message news:bmh4q5$g9a$03$1@news.t-online.com... > "Jacob Sparre Andersen" wrote in message > news:3F8BFCF5.6020906@crs4.it... > > Also, sometimes I tend to abbreviate quite a lot, so that later I might > not know what it stands for. In cases like those I just put a comment next > to where I declared the variable and I can keep saving those keystrokes. > If you can't remember what it meant, pity the poor engineer who has to maintain your code when you've gone! Having to look up a declaration every few seconds is not acceptable. There is evidence* to suggest that 80% of programming is (or should be) thinking time. Saving keystrokes is therefore not an issue. Regards, Peter Bushell. * My source was Glass, Robert L., "Facts and Fallacies of Software Engineering". His source was some research material published in another of his books: "Software Creativity".