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: Tue, 14 Jan 2003 10:32:01 +0200
User-agent: Mutt/1.4i

On Mon, Jan 13, 2003 at 07:41:05PM +0100, Benja Fallenstein wrote:
> Tuomas Lukka wrote:
> >No, you're inserting the wrong words into my sentence ;)
> >
> >With
> >
> >>>>>I disagree: more importantly it should be "foreign stuff" "our stuff".
> >
> >I mean
> >
> >>>>>I disagree: more importantly it should be "foreign stuff" *followed 
> >>>>>by* "our stuff".
> >
> >;)
> 
> Oh. Why?
> 
> This is not possible in Java, of course, because our package is the 
> first line there.

No, the "package" declaration is distinct from this. 

What I mean is, like in C, "standard headers first, then our own custom
headers".

First import all foreign stuff, then everything made by us.

Reason: that way, it's easier to see that the foreign stuff inclusion
is kind of "boilerplate" stuff.

        Tuomas




reply via email to

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