Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Coding standards: using import abc.* - or not?

On Saturday 12 November 2005 00:20, Oleg Besedin wrote:

> With all this in mind, should we change the Equinox coding standard to
> don't coalesce the imports?

Personally I don't like the abc.* imports, largely due to my habit of not 
using IDEs, where going looking for referenced classes is a pain with such 
imports.

So, when the day come of me diving into the Equinox codebase, I would be happy 
if it didn't have such, but I think it is becoming a lesser and lesser 
concern by the constant increase of IDE usage.


Cheers
Niclas


Back to the top