home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / programm / 2486 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.programming
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!csd4.csd.uwm.edu!markh
  3. From: markh@csd4.csd.uwm.edu (Mark)
  4. Subject: Re: Teaching the basics
  5. Message-ID: <1992Aug26.183042.4808@uwm.edu>
  6. Sender: news@uwm.edu (USENET News System)
  7. Organization: Computing Services Division, University of Wisconsin - Milwaukee
  8. References: <1992Aug26.111240.8239@ITcorp.com> <PSU.92Aug26091352@ptero.cs.duke.edu> <1992Aug26.172830.21172@organpipe.uug.arizona.edu>
  9. Date: Wed, 26 Aug 1992 18:30:42 GMT
  10. Lines: 21
  11.  
  12. In article <1992Aug26.172830.21172@organpipe.uug.arizona.edu> dave@cs.arizona.edu (Dave Schaumann) writes:
  13. >In article <PSU.92Aug26091352@ptero.cs.duke.edu>, psu@cs (Peter Su) writes:
  14. >>In article <1992Aug26.111240.8239@ITcorp.com> geoff@ITcorp.com (Geoff Kuenning) writes:
  15. >>
  16. >>   >...
  17. >>   >    else if (Prev->Key < Key) Prev->Left = Cur; else Prev->Right = Cur;
  18. >>
  19. >>   I find it sourly this code was on a thread named "Teaching the
  20. >>   basics", since the author obviously hasn't even learned the basics of
  21. >>   readable code formatting.
  22. >>
  23. >>Learn to use indent, or Emacs C-mode.
  24. >>
  25. >>Code formatting is irrelevant
  26. >
  27. >No it isn't.
  28.  
  29. You're right.  It isn't.  And that illustrated (in part) above is not only a
  30. very readible style of formating -- but in fact one of the most.  Having it
  31. criticized by someone who even seriously brings up mention of utilities like
  32. indent, or Emacs only serves to reinforce that assessment of its readibility.
  33.