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: 109fba,d95b511473b3a931 X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,d95b511473b3a931 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,d95b511473b3a931 X-Google-Attributes: gid103376,public From: jdege@winternet.com (Jeff Dege) Subject: Re: Language Choice and Coding style Date: 1996/07/03 Message-ID: <4rcs95$ojg@blackice.winternet.com>#1/1 X-Deja-AN: 163416219 references: <4r3bp1$cea@Starbase.NeoSoft.COM> <836339497.14712.2@assen.demon.co.uk> <4rcl9r$dss@Starbase.NeoSoft.COM> followup-to: comp.lang.ada,comp.lang.c,comp.lang.c++ organization: StarNet Communications, Inc newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++ Date: 1996-07-03T00:00:00+00:00 List-Id: On 2 Jul 1996 21:18:35 -0500, Samuel Mize (smize@Starbase.NeoSoft.COM) wrote: : True, given the current state-of-the-practice for editors. I believe : that editors exist that format the code as they read it in, to fit : your preferences. The next guy gets the code auto-formatted to HIS : preferences (if using that editor). (Or her.) Everyone sees the code : the way they like it, and how it's stored on disk is irrelevant : (the compiler won't care). Your CM system's difference utility will. Quite often the fastest way to find where a newly introduced bug is hiding is to run some sort of diff across the revision that introduced it. I'd hesitate to lose that ability in exchange for the minimal benefit of allowing programmers to waste their time futzing around with braces. Of course, you may see context-aware diff utilities for the language you develop in, assuming you only develop in one, and if you're lucky it may even work with the current version of the language. And if you have a reformatting system that is guaranteed not to mess up your code, nope, not even once, you'll have a system that is in no way better than what you had before. -- Friendship is born at that moment when one person says to another: "What! You, too? Thought I was the only one." -C.S. Lewis