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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8811b64ee948c3e3 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Code Formatters Date: 1996/11/05 Message-ID: <1996Nov5.144945.1@eisner>#1/1 X-Deja-AN: 194769247 x-nntp-posting-host: eisner.decus.org references: <552nkb$u1k@gcsin3.geccs.gecm.com> <327A17CA.6B30@gsfc.nasa.gov> x-nntp-posting-user: KILGALLEN x-trace: 847223389/3637 organization: LJK Software newsgroups: comp.lang.ada Date: 1996-11-05T00:00:00+00:00 List-Id: In article , dewar@merv.cs.nyu.edu (Robert Dewar) writes: > In the GNAT project, we take a totally different approach. We discuss ^^^^^^^^^^^^^^^^^^^ > style, and where there is a disagreement, we just vote, and take the > simple majority input. Easy. > Another advantage of standardized style is that people throughout the ^^^^^^^^^^^^^^ > Ada community can more easily read one another's code. ^^^^^^^^^^^^^ Hard. Those who want to change the style of something they did not write are forced to provide a converter, but only when they provide it to another (such as by checking it in) can styles be enforced, such as by noticing that Channels_For_CBS _or_ Channels_For_CBs _both_ change to Channels_For_Cbs which does not match the original (in either case). Larry Kilgallen