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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,32e9e18947de9391 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Comments at the End of Lines Date: 1999/07/03 Message-ID: <1999Jul3.162926.1@eisner>#1/1 X-Deja-AN: 496865918 X-Nntp-Posting-Host: eisner.decus.org References: <7lir0r$og1$1@usenet01.srv.cis.pitt.edu> <377e3757.0@news.pacifier.com> X-Trace: news.decus.org 931033770 20867 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-07-03T00:00:00+00:00 List-Id: In article <377e3757.0@news.pacifier.com>, "Steve Doiel" writes: > You'll have a hard time persuading me that you need comments on separate > lines for the following code (declarations). > > pieceLength : Float; -- inches > pieceArea : Float; -- square feet > pieceVolume : Float; -- cubic feet You will have a hard time persuading me that those should not be declared as separate types, regardless of how they are commented. Larry Kilgallen