home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 13230 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.0 KB  |  25 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!stanford.edu!lucid.com!lucid.com!jss
  3. From: jss@lucid.com (Jerry Schwarz)
  4. Subject: Re: GOTO, was: Tiny proposal for na
  5. Message-ID: <1992Sep2.215323.4560@lucid.com>
  6. Sender: usenet@lucid.com
  7. Reply-To: jss@lucid.com (Jerry Schwarz)
  8. Organization: Lucid, Inc.
  9. References: <714668024@thor> <6800007@tisdec.tis.tandy.com> <1992Aug26.130335.26725@hemlock.cray.com> <1992Aug26.194538.1598@spss.com> <rmartin.714931485@thor> <1992Sep1.192043.16224@mksol.dseg.ti.com> <rmartin.715445973@thor>
  10. Date: Wed, 2 Sep 92 21:53:23 GMT
  11. Lines: 12
  12.  
  13. I find this whole discussion of GOTO in comp.lang.c++ somewhat
  14. quaint.  Perhaps it should be moved to comp.lang.c. 
  15.  
  16. If we've learned anything in the past 20 years, it is that
  17. that the way you write your code within a function is much
  18. less important than the way you structure your functions and
  19. types. The distinctive features of C++ (member functions,
  20. inheritance, ...) are concerned with global structure and
  21. not the local structure of functions.   
  22.  
  23.    -- Jerry Schwarz
  24.  
  25.