comp.lang.ada
 help / color / mirror / Atom feed
* Ada style guide wanted
@ 1985-05-13 21:18 Joe Orost
  1985-05-14 20:29 ` Jan Steinman
  1985-05-16 16:03 ` Rick Wessman
  0 siblings, 2 replies; 4+ messages in thread
From: Joe Orost @ 1985-05-13 21:18 UTC (permalink / raw)


I would like to see a style guide for writing Ada code covering topics
like indenting, type and object naming, etc.  If you have knowledge
of anything like this, please drop me a note.


					regards,
					joe

--
Full-Name:  Joseph M. Orost
UUCP:       ..!{decvax,ucbvax,ihnp4}!vax135!petsd!joe
ARPA:	    vax135!petsd!joe@BERKELEY
US Mail:    MS 313; Perkin-Elmer; 106 Apple St; Tinton Falls, NJ 07724
Phone:      (201) 758-7284	<<--NEW NUMBER 4/15/85-->>
Location:   40 19'49" N / 74 04'37" W

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Ada style guide wanted
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Jan Steinman @ 1985-05-14 20:29 UTC (permalink / raw)


In article <521@petsd.UUCP> joe@petsd.UUCP (Joseph M. Orost) writes:
>I would like to see a style guide for writing Ada code covering topics
>like indenting, type and object naming, etc.

"Ada Style Manual" was (as of fall, 1983) free for the asking from:

	INTELLIMAC, Inc.
	6001 Montrose Road
	Rockville, MD 20852
	(301)984-8000

They also had a periodic newsletter for (prospective) users of their 68000-
based machine.

I am not connected with this company.  I evaluated, and eventually specified
their product as a consultant on an RFP for IBM FSD.
-- 
:::::: Jan Steinman		Box 1000, MS 61-161	(w)503/685-2843 ::::::
:::::: tektronix!tekecs!jans	Wilsonville, OR 97070	(h)503/657-7703 ::::::

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Ada style guide wanted
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Rick Wessman @ 1985-05-16 16:03 UTC (permalink / raw)


In article <521@petsd.UUCP> joe@petsd.UUCP (Joseph M. Orost) writes:
>I would like to see a style guide for writing Ada code covering topics
>like indenting, type and object naming, etc.  If you have knowledge
>of anything like this, please drop me a note.
>
>
>					regards,
>					joe
>
>--

I would really like one, too, because I am doing my M.S. thesis in
Ada.

				Thanks,
					Rick

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Ada style guide wanted
  1985-05-16 16:03 ` Rick Wessman
@ 1985-05-22 22:25   ` sth
  0 siblings, 0 replies; 4+ messages in thread
From: sth @ 1985-05-22 22:25 UTC (permalink / raw)



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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1985-05-22 22:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox