home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16187 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.2 KB

  1. Path: sparky!uunet!usc!srhqla!quest!kdq
  2. From: kdq@quest.UUCP (Kevin D. Quitt)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: The Correct Way To Write C if-Statements
  5. Message-ID: <cmsXTB1w165w@quest.UUCP>
  6. Date: Sun, 08 Nov 92 12:11:47 PST
  7. References: <140797@lll-winken.LLNL.GOV>
  8. Reply-To: srhqla!quest!kdq
  9. Organization: Job quest  (805) 251-8210,  So Cal: (800) 400-8210
  10. Lines: 19
  11.  
  12.     The only reasonable way I've ever found to maintain code appearance
  13. consistency within a group is to use Gnu's indent or other reformatter.
  14. When a person checks in his/her code, it's run through indent with a
  15. preselected set of parameters to control the format.  Thus, any code
  16. checked out will be uniform in appearance.
  17.  
  18.     On the other hand, since this annoys the programmers who have their
  19. own style, there's an option that lets them have the check-out process
  20. automatically reformat a piece of code using their selected parameters.
  21.  
  22.     This way keeps the programmers happy, and keeps whoever decided
  23. there needs to be a consistent style happy.
  24.  
  25.  
  26.  _
  27. Kevin D. Quitt                                 Job Quest (805) 251-8210
  28. srhqla!quest!kdq                               Learn How to Get a Job in SoCal
  29.  
  30.                 96.37% of all statistics are made up.
  31.