Martin Desruisseaux ha scritto: > 2) Rename "AbstractParamCalculator" as "TransformParameterCalculator" or just > "ParameterCalculator" (or what about "MathTransformBuilder"?). I believe that > the "Abstract" prefix is not required here since we are not implementing an > interface. For example java.io.InputStream, java.awt.Component, etc. doesn't > have an "Abstract" prefix. > I disagree on this one. If a class is abstract better make it clear from the beginning, or people will loose time trying to use it without noticing it's just infrastructure. Not even Sun is following the convention you cite, have a look at javax.swing.AbstractButton, it does not implement any "Button" interface. Cheers Andera
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
