Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!ukc!hrc63!miduet!adam From: adam@gec-mi-at.co.uk (Adam Quantrill) Newsgroups: comp.lang.misc Subject: Re: Check the Arg Count Message-ID: <492@gec-mi-at.co.uk> Date: Thu, 15-Jan-87 08:38:20 EST Article-I.D.: gec-mi-a.492 Posted: Thu Jan 15 08:38:20 1987 Date-Received: Sun, 18-Jan-87 08:43:36 EST References: <3226@bu-cs.BU.EDU> <1635@enea.UUCP> <745@drivax.UUCP> Reply-To: adam@gec-mi-at.co.uk (Adam Quantrill) Organization: Marconi Instruments Ltd., St. Albans, Herts, UK Lines: 11 In article <745@drivax.UUCP> holloway@drivax.UUCP (Bruce Holloway) writes: > >Pascal puts in a lot of code for array overruns, etc., that are unnecessary for >a well-designed program. You could turn all this off on the Pascal I learned >on, which made it tolerable. But I don't want anything in the program I didn't >put there -- if I'd wanted subscript checking, I would have added it. Turning off compiler checking after the program is debugged is like throwing away your lifeboats after the maiden voyage. -Adam.