Hi,

Benedikt Ritter wrote:

> Hi Simo,
> 
> thanks for sharing your thoughts! I personally try to avoid static
> imports. Especially when you come to a legacy code base IMHO it makes the
> code harder to understand. You always have to look, where a method comes
> from.

Actually I avoid static imports for the same reason.

> Also you may have the problem, that you accidentally override
> imported static methods, when defining a new static method with the same
> name. BU2 is a very small code base, so it would be okay for me to revert
> the change.
> 
> Nevertheless I'd be interested to hear what others thing about this topic.

my 2¢

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to