home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11461 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.7 KB

  1. Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!truevision.com!pauls
  2. From: pauls@truevision.com
  3. Newsgroups: comp.lang.c
  4. Date: 18 Jul 92 16:54 MDT
  5. Subject: Re: Hungarian notation
  6. Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
  7. Message-ID: <1992Jul18.125442.5470@truevision>
  8. References: <35240001@mechp05.uucp>
  9. Nf-ID: #R:mechp05.uucp:35240001:1992Jul18.125442.5470@truevision:-320400983:001:1248
  10. Nf-From: truevision.com!pauls    Jul 18 16:54:00 1992
  11. Lines: 26
  12.  
  13.  
  14. Why don't you forget about Hungarian notation (trying to do type checking by
  15. hand), and just select the identifier in question, hold down the middle mouse
  16. button and read the pop-up dialog box that tells you what the identifier
  17. (or other symbol) is all about?
  18.     What type it is (if it is a variable or a type)
  19.     Its current value (if it is a variable, and the program is running)
  20.     Notes you or past programmers may have typed in about that identifier
  21.     ....
  22. If you want the dialog box to hang around after you release the mouse
  23. button, just release the middle mouse button outside of the dialog box.
  24.  
  25. Why not quit wasting net bandwidth arguing about whether Hungarian notation
  26. is useful, and just implement a programming environment that includes features
  27. like the ones I made up in the previous paragraph?
  28. I don't imagine too many people will be interested in Hungarian notation once
  29. they have such a programming environment.
  30. People who like Hungarian notation won't bother with it any more.
  31. People who don't like Hungarian notation who't have to see it any more.
  32. People who don't really care about Hungarian notation can read interesting
  33. articles in comp.lang.c again.
  34.  
  35. Paul Scherf
  36. pauls@truevision.com
  37. Truevision Inc., Indianapolis, IN
  38.  
  39.