Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!brutus.cs.uiuc.edu!jarthur!aqdata!sullivan From: sullivan@aqdata.uucp (Michael T. Sullivan) Newsgroups: comp.lang.c Subject: Re: A question of commas Message-ID: <1989Dec7.192215.27671@aqdata.uucp> Date: 7 Dec 89 19:22:15 GMT References: <257E97F4.24962@ateng.com> Organization: aQdata, Inc. Western Region -- San Dimas, CA Lines: 11 From article <257E97F4.24962@ateng.com>, by chip@ateng.com (Chip Salzenberg): > > For example, "i = i + 1" is inherently harder to read than "i++", since the But more programmers (BASIC, pascal, etc.) use "i = i + 1", and using "i++" assumes future programmers working with the code know C. Obviously, the first choice is the correct choice :-|. -- Michael Sullivan uunet!jarthur.uucp!aqdata!sullivan aQdata, Inc. San Dimas, CA