Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: notesfiles Path: utzoo!linus!vaxine!wjh12!genrad!decvax!ittvax!dcdwest!sdcsvax!sdcrdcf!hplabs!hp-pcd!hpfcla!ajs From: ajs@hpfcla.UUCP Newsgroups: net.lang.c Subject: Re: return (messy) -vs- return clean Message-ID: <40100005@hpfcla.UUCP> Date: Thu, 10-May-84 11:28:00 EDT Article-I.D.: hpfcla.40100005 Posted: Thu May 10 11:28:00 1984 Date-Received: Mon, 28-May-84 05:48:15 EDT References: <4191@edai.UUCP> Organization: Hewlett-Packard Fort Collins Systems Division - Fort Collins, CO Lines: 15 Nf-ID: #R:edai:-419100:hpfcla:40100005:000:591 Nf-From: hpfcla!ajs May 22 10:28:00 1984 > In all seriousness, the more parentheses there are in an > expression, the harder it is to read. I personally find the > layout > y = x == 5 ? 1 : 0; > much clearer than > y = (x == 5) ? 1 : 0; In all seriousness, I wholly, absolutely, irrevocably disagree with you, and hope I never have to maintain any of your code, so there. It's obviously a religious discussion. On the bright side, award yourself two points if you care enough to consider coding standards at all. The only real losers are those who don't even think about it. Alan (we can still agree on something) Silverstein