home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11578 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.7 KB  |  35 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.121458.4190@druid.uucp>
  6. Date: Fri, 24 Jul 1992 12:14:58 GMT
  7. References: <1992Jul20.084316.15691@druid.uucp> <1992Jul20.220701.1095@trl.oz.au>
  8. Organization: D'Arcy Cain Consulting
  9. Lines: 24
  10.  
  11. aduncan@rhea.trl.OZ.AU (Allan Duncan) writes:
  12. >From article <1992Jul20.084316.15691@druid.uucp>, by darcy@druid.uucp (D'Arcy J.M. Cain):
  13. >> On the other hand, a properly prototyped program using a modern compiler
  14. >> will tell you when you are using a variable incorrectly and in the above
  15. >> example will simply do the promotion silently.  This means that you don't
  16. >> even have to know what filepos is other than that it is a variable holding
  17. >> the position in a file.  You can deal with the abstract concept without
  18. >> getting involved in the details of the bits that are used to implement it.
  19. >
  20. >This reliance on a compiler is no better than a journalist relying on a
  21. >spelling and grammar checker.  It is getting very common now to see
  22.  
  23. There is nothing wrong with relying on your tools to help you.  Of course
  24. you can't rely *solely* on your tools but where is that not true?  If a
  25. journalist or other writer were to put their work through a checker before
  26. or after manually checking that would be better than manually checking
  27. alone.  One may as well say that reliance on your own ability as a sole
  28. means of catching coding errors is irresponsible.  Use the tools.
  29.  
  30. -- 
  31. D'Arcy J.M. Cain (darcy@druid.com)  |
  32. D'Arcy Cain Consulting              |   There's no government
  33. Toronto, Ontario, Canada            |   like no government!
  34. +1 416 424 2871          DoD#0082   |
  35.