home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16357 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.2 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!kronos.arc.nasa.gov!iscnvx!netcomsv!ulogic!hartman
  2. From: hartman@ulogic.UUCP (Richard M. Hartman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Productivity of a C programmer ?
  5. Message-ID: <571@ulogic.UUCP>
  6. Date: 11 Nov 92 21:22:12 GMT
  7. References: <Bx3KFK.7Er@cdsmn.mn.org> <560@ulogic.UUCP> <1992Nov7.021605.28088@mole-end.matawan.nj.us>
  8. Organization: negligable
  9. Lines: 21
  10.  
  11. I agree.  I want more of a balance, than a massive amount of comments.
  12. I'm not sure I handle inline (// to end of line) comments properly either,
  13. since they are a recent addition.  A line w/ one of those counts as (pick one):
  14.  
  15.     a) code
  16.     b) comment
  17.     c) both
  18.     d) neither (new category required)
  19.  
  20. However, since I'm not likely to hook up a grammer checker and prose
  21. complexity analyser to determine whether the comments have been written
  22. at 7th grade or 3rd grade level, I do the best I can with what I can.
  23. (It's even harder to automate checking to see if the comment actually
  24. pertains to the code...)
  25.  
  26.         -Richard Hartman
  27.         hartman@ulogic.COM
  28.  
  29. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  30. Never speak in absolutes.  It will always lead to trouble.
  31.  
  32.