Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!zaphod.mps.ohio-state.edu!van-bc!norsat!dbin From: dbin@norsat.UUCP (Dave Binette) Newsgroups: comp.lang.c Subject: Re: A question of stylecode! Message-ID: <165@norsat.UUCP> Date: 5 Dec 89 10:37:47 GMT References: <547@mars.Morgan.COM> <1989Nov30.001947.14883@aqdata.uucp> <3552@convex.UUCP> <22139@brunix.UUCP> Reply-To: dbin@norsat.UUCP (Dave Binette) Organization: Norsat International Research Inc. Surrey, BC, CANADA Lines: 19 I like commas, but rarely use them (except in 'for' loops). I also like the ternary operator ?: and make it a habit never to nest them more than 5 or six deep (-; *just joking* Personally I see programming as an art, and upon encountering a new artists work i look for style and competance, If the Author has an accent (even if its inverted) I can joyfully accept it. Its the thought that counts. But in the final analysis regarding this ',' (comma) business.... does it make any differrence to the compiled code? Is this something an optimizer will eat for breakfast? I don't see the use of (comma) as being confusing, code expresses the authors synthesis of the goal, not vice-versa. (gosh my speeling is bad tonight)