home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11579 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.8 KB  |  37 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!torn!utzoo!telly!druid!darcy
  3. From: darcy@druid.uucp (D'Arcy J.M. Cain)
  4. Subject: Re: Hungarian notation
  5. Message-ID: <1992Jul24.142554.9167@druid.uucp>
  6. Date: Fri, 24 Jul 1992 14:25:54 GMT
  7. References: <1992Jul20.084316.15691@druid.uucp> <1992Jul20.220701.1095@trl.oz.au>
  8. Organization: D'Arcy Cain Consulting
  9. Lines: 26
  10.  
  11. [Apologies if you see this twice - I think it failed the first time]
  12.  
  13. aduncan@rhea.trl.OZ.AU (Allan Duncan) writes:
  14. >From article <1992Jul20.084316.15691@druid.uucp>, by darcy@druid.uucp (D'Arcy J.M. Cain):
  15. >> On the other hand, a properly prototyped program using a modern compiler
  16. >> will tell you when you are using a variable incorrectly and in the above
  17. >> example will simply do the promotion silently.  This means that you don't
  18. >> even have to know what filepos is other than that it is a variable holding
  19. >> the position in a file.  You can deal with the abstract concept without
  20. >> getting involved in the details of the bits that are used to implement it.
  21. >
  22. >This reliance on a compiler is no better than a journalist relying on a
  23. >spelling and grammar checker.  It is getting very common now to see
  24.  
  25. There is nothing wrong with relying on your tools to help you.  Of course
  26. you can't rely *solely* on your tools but where is that not true?  If a
  27. journalist or other writer were to put their work through a checker before
  28. or after manually checking that would be better than manually checking
  29. alone.  One may as well say that reliance on your own ability as a sole
  30. means of catching coding errors is irresponsible.  Use the tools.
  31.  
  32. -- 
  33. D'Arcy J.M. Cain (darcy@druid.com)  |
  34. D'Arcy Cain Consulting              |   There's no government
  35. Toronto, Ontario, Canada            |   like no government!
  36. +1 416 424 2871          DoD#0082   |
  37.