On Wed, 11 Jun 2003 04:46 am, Gus Heck wrote:
> I was noticing that the file I am working on has it's imports in
> alphabetical order. Is this the standard, or are we free to organize our
> imports however we want in submissions?
> I have noticed some that arn't quite alphabetical, and I actually prefer
> a different organization altogether....
>

You can put the imports in any order you want. There is no guarantee that they 
will stay that way, though. Wildcard imports should be avoided.

Conor


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to