home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / msdos / programm / 3027 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  1.7 KB

  1. Xref: sparky alt.msdos.programmer:3027 comp.os.msdos.programmer:11651 comp.sys.ibm.pc.programmer:688 comp.lang.c++:18457 comp.lang.c:18923
  2. Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer,comp.lang.c++,comp.lang.c
  3. Path: sparky!uunet!grebyn!daily!malak
  4. From: malak@grebyn.com (Michael Malak)
  5. Subject: Re: Newbie Wants Advice on C-Programming
  6. Message-ID: <1992Dec28.050133.11408@grebyn.com>
  7. Organization: Grebyn Timesharing
  8. References: <1992Dec24.230420.4243@sequent.com> <1992Dec25.073517.16089@grebyn.com> <1992Dec27.031740.27262@mole-end.matawan.nj.us>
  9. Date: Mon, 28 Dec 1992 05:01:33 GMT
  10. Lines: 26
  11.  
  12. In article <1992Dec27.031740.27262@mole-end.matawan.nj.us> mat@mole-end.matawan.nj.us writes:
  13. >In article <1992Dec25.073517.16089@grebyn.com>, malak@grebyn.com (Michael Malak) writes:
  14. >> In article <1992Dec25.050515.20871@ncsu.edu> bank@lea.csc.ncsu.edu (Belgarath the Sorcerer) writes:
  15. >
  16. >> >4) Even if you're not going into OOP, do NOT take up Pascal as
  17. >> >    a road to C. ...
  18. >> Oh?  Have you ever seen C code written by a former FORTRAN programmer?
  19. >> If so, by how many?  Universally you will find:
  20. >>    1) Very short, illegible variable and function names, with the
  21. >>       first character wasted (all integers must start with 'i', don't
  22. >>       you know)
  23. >>    2) No use of structures
  24. >>    3) No linked lists or trees
  25. >>    4) No whitespace
  26. >>    5) Lots of illegible "creative" formulas
  27. >>    6) No comments
  28. >
  29. >As one who learned FORTRAN first, I consider this a slur; were it applied
  30. >to me directly it would be a libel.  The word `Universally' is used in
  31. >error.
  32.  
  33. My error, and it is genuine, is that I omitted "self-taught"; i.e., I
  34. was referring to those FORTRAN programmers who taught themselves C in a
  35. vacuum.
  36.  
  37.