comp.lang.ada
 help / color / mirror / Atom feed
From: stt@inmet.inmet.com
Subject: Re: File name conventions for Ada units
Date: 29 Sep 90 16:29:00 GMT	[thread overview]
Message-ID: <20600066@inmet> (raw)
In-Reply-To: 589@censun1.UUCP


Re: file naming conventions.

We use:

    <unit-abbrev>.spc	--  Library unit spec
    <unit-abbrev>.bdy	--  Library unit body
    <unit-abbrev>.sub	--  Subunit
    <unit-abbrev>.dat   --  Body-less library package spec (data/types only)
    <unit-abbrev>.ada   --  Combination of spec and body
			      (Usually used for generics, spec-less subprogs,
			       and units exporting in-lined bodies)

    <unit-abbrev> is a shortening of the library-unit/subunit name
    to satisfy file-system length requirements.
    We have used these conventions with good success for > 500 K lines
    of Ada.  By the way, we try to minimize our use of subunits
    (refer to an earlier flame-battle on this subject!).

S. Tucker Taft
Intermetrics, Inc.
Cambridge, MA  02138

  reply	other threads:[~1990-09-29 16:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1990-09-28 20:25 File name conventions for Ada units SSUID Craig E Warsaw
1990-09-29 16:29 ` stt [this message]
1990-09-29 22:04 ` Dan Rittersdorf
1990-10-01 14:56   ` David Emery
1990-10-06 14:37   ` Rik Palo
1990-09-30  2:49 ` Michael Feldman
1990-10-02 17:10   ` arny.b.engelson
1990-10-04 15:05     ` Michael Feldman
1990-10-02 21:55   ` Erland Sommarskog
1990-10-03  2:00     ` Alan Adamson
1990-10-03 17:00     ` Alex Blakemore
1990-10-04  9:37       ` Mike Harrison
1990-10-04 12:10       ` Robert Firth
1990-10-04  1:55     ` Michael Feldman
1990-10-04 17:22       ` Brian Hanafee
1990-10-08 17:33 ` Andy DeFaria
1990-10-11  8:59   ` Dan Bernstein
1990-10-12  5:29 ` Andy DeFaria
  -- strict thread matches above, loose matches on Subject: below --
1990-10-05 12:04 munck
replies disabled

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