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 Lines: 18 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.