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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fac41,af40e09e753872c X-Google-Attributes: gidfac41,public X-Google-Thread: 109fba,f292779560fb8442 X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,30e368bdb3310fe5 X-Google-Attributes: gid103376,public X-Google-Thread: f8c65,30e368bdb3310fe5 X-Google-Attributes: gidf8c65,public X-Google-Thread: 1014db,30e368bdb3310fe5 X-Google-Attributes: gid1014db,public X-Google-Thread: 10db24,30e368bdb3310fe5 X-Google-Attributes: gid10db24,public X-Google-Thread: 1008e3,30e368bdb3310fe5 X-Google-Attributes: gid1008e3,public From: priest@sfu.ca (David Priest) Subject: Re: Hungarian notation Date: 1996/05/14 Message-ID: <4naa1b$lh4@morgoth.sfu.ca>#1/1 X-Deja-AN: 154775383 references: <4adem2$b5s@mercury.IntNet.net> <4ahka7$o9m@inrou.erno.de> <4n6off$6e2@mikasa.iol.it> organization: Simon Fraser University newsgroups: comp.lang.ada,comp.lang.c++,comp.lang.c,comp.lang.modula3,comp.lang.modula2,comp.edu,comp.lang.eiffel Date: 1996-05-14T00:00:00+00:00 List-Id: mcrogerm@stjohn.sju.ac.th (Roger Merritt) writes: >Franz.Kruse@erno.de (Franz Kruse) wrote: >>Could someone please post an article describing Hungarian Notation in some detail >>and giving examples? >>Thanks, > >If you can get the book Code Complete from Microsoft Press (can't >remember the author) he describes the coding method in detail. It was >devised by a super-programmer at Microsoft (originally at PARC) named >Semonyi (if my memory is correct) who was Hungarian. > >The book I mentioned is a fairly good one on the methodology of >designing software, but I thought it was far too long and contained >far too few code examples. Code Complete, by Steve McConnell. If Microsoft only took McConnell's programming recommendations to heart, they'd have much less buggy code. I, frankly, worship this book: it was to-the-point and backed up many of his recommendations with hard-core statistical proof of the efficacy of the technique. Liked it so much that I wrote myself a point-form summary of it, to make quick-referencing even that much quicker (and, no, it's not available to others; go buy the book yourself). I also thought Code Complete did a nice job of definitively proving why one should not choose C/C++ as a programming language...