public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
* religious wars
@ 2007-06-11 18:44 Dave Korn
  2007-06-11 19:28 ` Jason Alonso
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Dave Korn @ 2007-06-11 18:44 UTC (permalink / raw)
  To: 'my imaginary friend is better than yours'



  A comment that I'm going to remove before I check-in:


+        /* You know,it would look absolutely nonsensical( or perhaps
+        that's just my opinion )if we were to write comments( or
+        anything else human readable )in this style( wouldn't it? ),because
+        brackets go with the content that they bracket,not with the things
+        that they separate their content from,and a punctuation mark does
+        not come with an implicit space.Does it?So why should code be 
+        written in this ungainly style?*/

... because although I really dislike the ...

    if( arg )
        x = FuncCall( arg );

... style and much prefer the GNU ...

    if (arg)
        x = FuncCall (arg);

... style (and anyway, just exactly which direction do brackets bind in in C,
anyway, eh?), I just really can't be bothered with the long and inane
discussion that would no doubt ensue.

  Gah.

  Guess I'll just have to put up with my eyeballs being offended.




  It does lead me to wonder, though, if there isn't a market for a cross
between CVS and GNU indent that transforms the code on check-out and check-in,
so that anyone who checks out a sandbox gets the files formatted in their own
favourite style, and can write code however they most prefer, and everyone
else sees it in /their/ own favourite style, and nobody even has to know or
care what the actual underlying format looks like at all.

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2007-06-17 17:49 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-11 18:44 religious wars Dave Korn
2007-06-11 19:28 ` Jason Alonso
2007-06-11 20:09 ` Matthew Woehlke
2007-06-11 21:26   ` One Angry User
2007-06-11 22:30     ` Matthew Woehlke
2007-06-11 22:40       ` One Angry User
2007-06-11 22:51         ` Matthew Woehlke
2007-06-11 23:07           ` One Angry User
2007-06-12  0:31             ` Matthew Woehlke
2007-06-12  0:35               ` Dave Korn
2007-06-12  1:34               ` One Angry User
2007-06-12  1:44                 ` Matthew Woehlke
2007-06-12  4:04                   ` One Angry User
2007-06-17 17:49                     ` morgan gangwere
2007-06-12  0:28   ` Dave Korn
2007-06-12  0:44     ` Warren Young
2007-06-12  0:50       ` Dave Korn
2007-06-12  1:11     ` Matthew Woehlke
2007-06-12  1:21       ` Dave Korn
2007-06-12  1:50         ` Matthew Woehlke
2007-06-12  0:53 ` Gary R. Van Sickle
2007-06-12  1:11   ` Dave Korn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).