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,15890893c0618a8a X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: [Q] Tools for Ada Quality and Style Date: 1996/05/02 Message-ID: #1/1 X-Deja-AN: 152617633 references: <9604301327.AA12571@eight-ball> <4m860r$2c5@rational.rational.com> organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-05-02T00:00:00+00:00 List-Id: In article <4m860r$2c5@rational.rational.com>, Bob Kitzberger wrote: >I also can't stand to look at code that is not properly formatted. >HOWEVER, I also think it is a waste of programmer's time to >format text! I agree. But I also agree with Robert Dewar, when he says that pretty printers tend to garble comments. The problem is that comments, unlike the rest of the language, have a rather loose syntax (i.e. no particular syntax at all). Perhaps the solution would be to nail down the syntax of comments a bit better (while still remaining maximally flexible, of course ;-) ). >... I checked >in with him in mid-afternoon, and he didn't have things >working yet -- he was REFORMATTING MY CODE BY HAND). And why didn't the whole project agree on formatting conventions ahead of time? ;-) - Bob