comp.lang.ada
 help / color / mirror / Atom feed
From: Preben Randhol <randhol+abuse@pvv.org>
Subject: Re: Case dependence and coding standards
Date: Wed, 4 Jun 2003 15:44:33 +0000 (UTC)
Date: 2003-06-04T15:44:33+00:00	[thread overview]
Message-ID: <slrnbds4um.edh.randhol+abuse@kiuk0152.chembio.ntnu.no> (raw)
In-Reply-To: bbks50$r3c$1@a1-hrz.uni-duisburg.de

Georg Bauhaus wrote:
> Wesley Groleau <wesgroleau@despammed.com> 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/



  reply	other threads:[~2003-06-04 15:44 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-03  5:05 Case dependence and coding standards Fionn mac Cuimhaill
2003-06-03 17:31 ` Robert A Duff
2003-06-03 17:46   ` Vinzent Hoefler
2003-06-03 19:04     ` Robert A Duff
2003-06-03 23:37       ` Randy Brukardt
2003-06-04  2:39         ` Wesley Groleau
2003-06-04 13:28           ` Georg Bauhaus
2003-06-04 15:44             ` Preben Randhol [this message]
2003-06-04 22:32             ` Wesley Groleau
2003-06-05 12:01               ` Georg Bauhaus
2003-06-05 15:36                 ` Preben Randhol
2003-06-05 17:41                   ` Wesley Groleau
2003-06-05 17:47                     ` Preben Randhol
2003-06-05 17:51                       ` Preben Randhol
2003-06-05 18:32                 ` Wesley Groleau
2003-06-06  8:58                   ` Georg Bauhaus
2003-06-07  0:53                     ` Wesley Groleau
2003-06-10 15:05                       ` Georg Bauhaus
2003-06-05 17:32               ` Wesley Groleau
2003-06-05 17:43                 ` Preben Randhol
2003-06-04  8:39       ` Vinzent Hoefler
2003-06-04 16:32         ` Stephen Leake
2003-06-05  1:27           ` Robert I. Eachus
2003-06-05  7:47           ` Vinzent Hoefler
2003-06-05 17:47             ` Stephen Leake
2003-06-05 19:43               ` Wesley Groleau
2003-06-06  9:27               ` Georg Bauhaus
2003-06-06 10:29                 ` Preben Randhol
2003-06-03 19:38   ` Stephen Leake
  -- strict thread matches above, loose matches on Subject: below --
2003-06-04 17:00 Lionel.DRAGHI
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox