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=-0.3 required=5.0 tests=BAYES_00,FROM_LOCAL_NOVOWEL, INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!fernwood!decwrl!sdd.hp.com!uakari.primate.wisc.edu!uflorida!haven!adm!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.lang.ada Subject: Re: File name conventions for Ada units Message-ID: <1212:Oct1108:59:2390@kramden.acf.nyu.edu> Date: 11 Oct 90 08:59:23 GMT References: <589@censun1.UUCP> <920035@hpclapd.HP.COM> Organization: IR List-Id: In article <920035@hpclapd.HP.COM> defaria@hpclapd.HP.COM (Andy DeFaria) writes: > IMHO, you should be able to say: ada sourcefile and the > compiler should look for "sourcefile" first and then "sourcefile.ada" next The beauty of this system being that if sourcefile is ever removed accidentally, you end up using sourcefile.ada even if it is entirely different. This contributes greatly to bug concealment, unreliability, and other software engineering techniques. ---Dan