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: Tuomas Lukka
Subject: Re: [Gzz-commits] gzz/doc/pegboard/coding_standard--vegai peg.rst
Date: Mon, 13 Jan 2003 19:11:11 +0200
User-agent: Mutt/1.4i

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?

        Tuomas




reply via email to

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