home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / icon / 530 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1019 b   |  27 lines

  1. Newsgroups: comp.lang.icon
  2. Path: sparky!uunet!mercury.hsi.com!mlfarm!cs.arizona.edu!icon-group
  3. Date: Wed, 18 Nov 1992 14:10:06 MST
  4. From: "Ralph Griswold" <ralph@cs.arizona.edu>
  5. Message-ID: <199211182110.AA11937@cheltenham.cs.arizona.edu>
  6. Subject: Re:  Second argument to softf
  7. Lines: 18
  8.  
  9. With semicolons, programmers tend to string a bunch of statements
  10. together on one long line.  This often makes programs harder
  11. to read than if they were written one statement per line with
  12. a more vertical layout.
  13.  
  14. On more than one occassion, I've reformatted programs for publication
  15. by breaking up long multi-statement lines into single lines.
  16.  
  17. For me, at least, using lines to separate statements not only makes programs
  18. easier to write; it makes them easier to read.
  19.  
  20. For Icon, read "expressions" for "statements".  The point is the same.
  21.     
  22. Ralph E. Griswold            ralph@cs.arizona.edu
  23. Department of Computer Science          uunet!arizona!ralph
  24. The University of Arizona        602-621-6609 (voice)
  25. Tucson, AZ 85721            602-621-9618   (fax)
  26.  
  27.