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.8 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site rayssd.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!rayssd!sth From: sth@rayssd.UUCP Newsgroups: net.lang.ada Subject: Re: Ada style guide wanted Message-ID: <751@rayssd.UUCP> Date: Wed, 22-May-85 18:25:18 EDT Article-I.D.: rayssd.751 Posted: Wed May 22 18:25:18 1985 Date-Received: Sat, 25-May-85 00:28:26 EDT References: <521@petsd.UUCP> <628@ccice2.UUCP> Organization: Raytheon Co., Portsmouth RI List-Id: 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.