From owner-freebsd-hackers@FreeBSD.ORG Fri May 1 05:57:04 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F9D11065678 for ; Fri, 1 May 2009 05:57:04 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 69C148FC20 for ; Fri, 1 May 2009 05:57:03 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: (qmail invoked by alias); 01 May 2009 05:57:02 -0000 Received: from p54A3F073.dip.t-dialin.net (EHLO tron.homeunix.org) [84.163.240.115] by mail.gmx.net (mp047) with SMTP; 01 May 2009 07:57:02 +0200 X-Authenticated: #1673122 X-Provags-ID: V01U2FsdGVkX1/HezMuZSvH31Kv/kSvWfO+ZhAB4pig7IdreuoSBa UuaBqRlxll7pFM Message-ID: <49FA8F2D.5090708@gmx.de> Date: Fri, 01 May 2009 07:57:01 +0200 From: Christoph Mallon User-Agent: Thunderbird 2.0.0.21 (X11/20090412) MIME-Version: 1.0 To: Roman Divacky References: <49F4070C.2000108@gmx.de> <20090428121327.GA41168@freebsd.org> In-Reply-To: <20090428121327.GA41168@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.79 Cc: FreeBSD Hackers , Ed Schouten , Warner Losh , Maxim Sobolev Subject: Re: C99: Suggestions for style(9) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2009 05:57:04 -0000 Roman Divacky schrieb: > I like the part about using as many variables as possible because > of documentation and performance enhancements. I tend to like > the other changes as well.. This is not about using as many variables as possible. The goal is to use as many variables as you have logically distinct entities in the function. I suppose, this is what you mean, but I want to clarify this point. Christoph