comp.lang.ada
 help / color / mirror / Atom feed
From: sth@rayssd.UUCP
Subject: Re: Ada style guide wanted
Date: Wed, 22-May-85 18:25:18 EDT	[thread overview]
Date: Wed May 22 18:25:18 1985
Message-ID: <751@rayssd.UUCP> (raw)
In-Reply-To: 628@ccice2.UUCP


Try Grady Booch's book, "Software Engineering with Ada".  Indenting seems to
be a matter of personal preference; I like the Pascal system for standard code.
I try to do select statements like:

	select
	  accept A
	  do
	    WHATEVER;
	  end A;
	or
	  accept B;
	  STATEMENTS;
	or
	  accept C;
	end select;

but that too is a matter of preference.  Do what seems right.

      reply	other threads:[~1985-05-22 22:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1985-05-13 21:18 Ada style guide wanted Joe Orost
1985-05-14 20:29 ` Jan Steinman
1985-05-16 16:03 ` Rick Wessman
1985-05-22 22:25   ` sth [this message]
replies disabled

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