gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz-commits] gzz/doc/pegboard/coding_standard--vegai peg.rst


From: Benja Fallenstein
Subject: Re: [Gzz-commits] gzz/doc/pegboard/coding_standard--vegai peg.rst
Date: Mon, 13 Jan 2003 18:32:12 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9

Tuomas Lukka wrote:
On Mon, Jan 13, 2003 at 04:31:04PM +0100, Benja Fallenstein wrote:

Tuomas Lukka wrote:

On Mon, Jan 13, 2003 at 02:06:21PM +0100, Benja Fallenstein wrote:


Vesa Kaihlavirta wrote:


- java imports
- gzz imports

I'd prefer first gzz, then java, for consistency with Java files and because this makes those imports rest in alphabetical order. (Hmm, come to think of it, I would like to have that rule included: In each group, imports should be in alphabetical order.)


I disagree: more importantly it should be "foreign stuff" "our stuff".

Can you explain how these are in conflict?


You want

        import gzz.foo
        import java.bar

I want

        import java.bar
        import gzz.foo

ok?

No: You said that you want "foreign stuff" and "our stuff" separated, but it *is* separated in both examples you give. :-)

Except that I would require a blank line between the groups.

- Benja





reply via email to

[Prev in Thread] Current Thread [Next in Thread]