Le 26/11/2013 19:18, Gary Gregory a écrit :

> I disagree, final everywhere is a good thing, please see
> http://garygregory.wordpress.com/2013/01/26/the-final-kiss-in-java/

Well, I guess we agree to disagree then :) Final everywhere is absurd
imho, there are many cases where it's useless and increase the verbosity
of the code, for example:

    public ImageReadException(final String message) {
        super(message);
    }

Emmanuel Bourg


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

Reply via email to