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.9 required=5.0 tests=BAYES_00, T_FILL_THIS_FORM_SHORT autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,997e6472f58cc955 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-04 08:44:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1!bredband!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Case dependence and coding standards Date: Wed, 4 Jun 2003 15:44:33 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <035odv8mfiksmqo69q0250qp141oebtdro@4ax.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1054741473 12480 129.241.83.78 (4 Jun 2003 15:44:33 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 4 Jun 2003 15:44:33 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:38609 Date: 2003-06-04T15:44:33+00:00 List-Id: Georg Bauhaus wrote: > Wesley Groleau wrote: >: Rational's pretty-printer as of 4.2 can vertically align all of: >: >: := in out => : -- (although it's still not perfect) > > Tabular layout may or may not be an > advantage , I am still eager to > hear arguments , other than tired programmers > liking the tidy look of it . Only place I think it may be useful is to do something like below: procedure Many_Things (Text : out String; Amount : in Natural; Transform : in Boolean; Prefix : in String := ""); using tabs (although I alsways use spaces and 3 is max) makes it a bit easier to read IMHO procedure Many_Things (Text : out String; Amount : in Natural; Transform : in Boolean; Prefix : in String := ""); This too. procedure Many_Things (Text : out String; Amount : in Natural; Transform : in Boolean; Prefix : in String := ""); -- Preben Randhol http://www.pvv.org/~randhol/