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

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!math.fu-berlin.de!unidui!rrz.uni-koeln.de!Germany.EU.net!mcsun!sunic!seunet!volvo!risken!hansg
  2. From: hansg@risken.vd.volvo.se (Hans Granqvist)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: The Correct Way To Write C if-Statements
  5. Message-ID: <hansg.721510062@risken>
  6. Date: 11 Nov 92 19:27:42 GMT
  7. References: <140742@lll-winken.LLNL.GOV> <1992Nov6.225622.25460@dg-rtp.dg.com>
  8. Sender: news@vd.volvo.se
  9. Lines: 35
  10.  
  11. goudreau@robin.rtp.dg.com (Bob Goudreau) writes:
  12.  
  13. ->    if ( OpenCode ) ...
  14.  
  15. -Is anyone else as repelled as I am by the practice of leaving the
  16. -parentheses surrounded by whitespace on both sides?  Not only does
  17. -it violate such de-facto standards as K&R or H&S, it goes against
  18. -common English usage as well ( and if you don't believe that, then
  19. -tell me what's wrong with this parenthetical question? ) .
  20.  
  21. Hmm... in my opinion, every person putting two (2) spaces at the end of
  22. a sentence ('full stop'?) not only breaks a de facto Swedish standard but also
  23. shows great unsolidity in his language. 
  24.  
  25.  
  26. -Moving on to another topic...
  27.  
  28. ->    if ( SomeDarnThing == TRUE ) ...
  29.  
  30. -If "SomeDarnThing" (amazing how the whitespace fanatic seems to hate
  31. -underscores!) is a boolean variable, then what is the point of testing
  32. -it against TRUE or FALSE?  The following is more concise and easier
  33. -to read:
  34.  
  35. -    if (some_darn_thing) ...
  36.  
  37.  
  38. Aye, relating to your latest remark on coherence with common language
  39. usage, is your proposed fashion more correct than the other? 
  40.  
  41. And, then, is there the slight casuality that 'TRUE' was defined to, per
  42. chance, '4711'?
  43.  
  44. --
  45. Hans Granqvist, Volvo, Gothenburg, Sweden.
  46.