home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / software / 5154 < prev    next >
Encoding:
Internet Message Format  |  1992-12-25  |  1009 b 

  1. Xref: sparky comp.software-eng:5154 comp.lang.c:18884
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!usc!srhqla!quest!kdq
  3. From: kdq@quest.UUCP (Kevin D. Quitt)
  4. Newsgroups: comp.software-eng,comp.lang.c
  5. Subject: Re: C code Layout
  6. Message-ID: <HTiBwB5w165w@quest.UUCP>
  7. Date: Thu, 24 Dec 92 19:13:40 PST
  8. References: <771@ulogic.UUCP>
  9. Reply-To: srhqla!quest!kdq
  10. Organization: Job quest  (805) 251-8210,  So Cal: (800) 400-8210
  11. Lines: 27
  12.  
  13. hartman@ulogic.UUCP (Richard M. Hartman) writes:
  14. >
  15. > ... am I in the minority here by preferring style C:
  16. >       keyword (condition) 
  17. >               {
  18. >               statement1;
  19. >               statement2;
  20. >               statement3;
  21. >               }
  22.  
  23.     Yes, and what's worse, (with 4-character tabs) I prefer:
  24.  
  25.     keyword ( condition )
  26.        {
  27.         statement1;
  28.         statement2;
  29.         statement3;
  30.        }
  31.  
  32.  
  33.     And since my editor (epsilon) handles all the indentation...
  34.  
  35.  
  36.  _
  37. Kevin D. Quitt      96.37% of all statistics are made up.     srhqla!quest!kdq
  38.