Path: utzoo!attcan!telly!druid!darcy From: darcy@druid.uucp (D'Arcy J.M. Cain) Newsgroups: comp.lang.c Subject: Re: C style peeve Keywords: return Message-ID: <1990Mar18.193337.27471@druid.uucp> Date: 18 Mar 90 19:33:37 GMT References: <2205@osc.COM> Reply-To: darcy@druid.UUCP (D'Arcy J.M. Cain) Organization: D'Arcy Cain Consulting, West Hill, Ontario Lines: 13 In article <2205@osc.COM> jgk@osc.COM (Joe Keane) writes: >Here's my biggest C style peeve. For some reason, many C programmers insist >on always putting parentheses around return values, even when they're not >necessary, which happens to be always. God knows why, but they write >`return(2+2);' instead of the obvious and K&R-approved style `return 2+2;'. > Boy, some people will complain about anything. -- D'Arcy J.M. Cain (darcy@druid) | Thank goodness we don't get all D'Arcy Cain Consulting | the government we pay for. West Hill, Ontario, Canada | (416) 281-6094 |