On 5/01/2003 1:13 PM, "Mike Stover" <[EMAIL PROTECTED]> wrote:
> Your concern is valid. The diff's thing just doesn't bother me much. But if > ya'll are in agreement, then we can just use Sun's standard. > > I suppose I'll start the vote. Use Sun's standard for code format (this is > also Apache standard)? -1 for me. Not sure I get this - you starting a vote with a -1? This doesn't make any sense. My personal preference is for curly brackets (braces) to start on a new line and that they be used even when only one statement is included (as per the Turbine coding standards http://jakarta.apache.org/turbine/common/code-standards.html) as this adds greatly to readability and makes it easier (and less error prone) to add statements in the future. I am in the process of evaluating Eclipse as a replacement for IDEA. The latest version of IDEA allows you to define multiple coding standards and to allocate these on a project basis, but the latest Eclipse milestone (2.2 M4) only allows one coding standard to be defined (after a quick search I have found a checkstyle plugin for eclipse that would appear to support project specific configurations). All in all, I am +0 on the coding standard we select, as long as one is selected. > > Use Tabs (not spaces) in code: BIG ol' +1 from me. Please, please please.... +0, but my preference is for spaces (consistent with every other project I work on). > > -Mike Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au .Mac Chat/AIM: seade at mac dot com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
