From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, LOTS_OF_MONEY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f5d71,d275ffeffdf83655 X-Google-Attributes: gidf5d71,public X-Google-Thread: 109fba,d275ffeffdf83655 X-Google-Attributes: gid109fba,public X-Google-Thread: 146b77,d275ffeffdf83655 X-Google-Attributes: gid146b77,public X-Google-Thread: 103376,d275ffeffdf83655 X-Google-Attributes: gid103376,public From: bill@nospam.com Subject: Re: Ada vs C++ vs Java Date: 1999/01/19 Message-ID: <783nnb$s9c@drn.newsguy.com>#1/1 X-Deja-AN: 434706233 References: <369C1F31.AE5AF7EF@concentric.net> <369DDDC3.FDE09999@sea.ericsson.se> <369e309a.32671759@news.demon.co.uk> <369F1D39.64A65BC1@sea.ericsson.se> <369f81a9.31040093@news.demon.co.uk> <77ommt$9bo$1@nnrp1.dejanews.com> <77vhjf$nn9$1@nnrp1.dejanews.com> <77vld9$qvg$1@nnrp1.dejanews.com> <782rp0$kn6$1@nnrp1.dejanews.com> <6Oap2.16170$MW1.4028@news2.giganews.com> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.c++,comp.vxworks,comp.lang.java,comp.lang.ada Date: 1999-01-19T00:00:00+00:00 List-Id: In article <6Oap2.16170$MW1.4028@news2.giganews.com>, cbbrowne@news.hex.net says... > > >There are automated indentation utilities such as GNU Indent that know >how to cope with a wide variety of styles. > >If there are programmers who prefer one format, and others that prefer >another, they can have a common format imposed on the CVS archives, and >then use what ever format they prefer personally on checked out copies. >If the organization or the people are so inflexible that something like >this isn't possible, then something's wrong. > maybe eveyone should code in python. in python there are no braces and no BEGIN END. the way the block is from is by indentation! python has solved this life lone problem of where to places the braces! I think however, having a uniform style is the best solution. one can really get used to any style. I prefer if a { ... } but if I have to use if a{ ... } then I would. it is no big deal really !! btw, since Ada has no braces, what is the problem? this only seems to be C/C++/Java thing, since those uses braces. Bill.