Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: When does void make code less readable? Message-ID: <8586@brl-tgr.ARPA> Date: Mon, 25-Feb-85 08:07:40 EST Article-I.D.: brl-tgr.8586 Posted: Mon Feb 25 08:07:40 1985 Date-Received: Wed, 27-Feb-85 21:07:45 EST References: <1995@sun.uucp>, <2034@wateng.UUCP> <5086@utzoo.UUCP> Organization: Ballistic Research Lab Lines: 7 > One thing which *can* be very handy is variants of the standard routines > which are "guaranteed" to work because they abort the program if the > standard routine underneath returned an error. I much prefer to have a low-level routine return an indication to its invoker when it cannot do its function for whatever reason. Strategy should be managed at higher levels.