home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / sci / math / 11424 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.2 KB  |  24 lines

  1. Newsgroups: sci.math
  2. Path: sparky!uunet!caen!sdd.hp.com!ux1.cso.uiuc.edu!ceblair
  3. From: ceblair@ux1.cso.uiuc.edu (Charles Blair)
  4. Subject: My programming experiences
  5. Message-ID: <BuL0HD.6zx@ux1.cso.uiuc.edu>
  6. Organization: University of Illinois at Urbana
  7. Date: Mon, 14 Sep 1992 18:53:22 GMT
  8. Lines: 14
  9.  
  10.    I have a math Ph.D., learned Fortran as undergrad, switched to Pascal
  11. about six years ago, began writing in C three years ago.  It still takes
  12. me huge amounts of time to get something to work--- a recent program to
  13. print text next to a chess diagram took about 12 hours.  It is certainly
  14. possible to program badly in any language!  I have never even tried to
  15. do anything that involved numerical analysis.
  16.  
  17.    Even though I haven't really learned it, I can see that there is a skill
  18. in programming that goes beyond a clear understanding of the algorithm one
  19. is trying to implement.  Perhaps those who are curious about this might
  20. look at Kernighan's ELEMENTS OF PROGRAMMING STYLE (examples mostly in Fortran).
  21. If you can guess what the criticisms of the examples will be before reading
  22. the commentary, you already know quite a lot!  (the examples are taken from
  23. programming texts, indicating that the authors make mistakes too)
  24.