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

  1. Newsgroups: comp.lang.icon
  2. Path: sparky!uunet!mercury.hsi.com!mlfarm!cs.arizona.edu!icon-group
  3. Date: Wed, 18 Nov 92 22:16:48 EST
  4. From: Paul_Abrahams@MTS.cc.Wayne.edu
  5. Message-ID: <529434@MTS.cc.Wayne.edu>
  6. Subject: Readability of semicolons
  7. Lines: 14
  8.  
  9. Ralph Griswold commented:
  10.  
  11. << With semicolons, programmers tend to string a bunch of statements
  12. together on one long line.  This often makes programs harder to read than
  13. if they were written one statement per line with a more vertical layout.
  14. >>
  15.  
  16. Yes, but you can also string a bunch of statements together on one line in
  17. Icon, or write statements one per line in some other language.  So the
  18. Icon convention seems to me at least to be neutral with respect to this
  19. aspect of readability.
  20.  
  21. Paul Abrahams
  22.  
  23.