On Fri, Feb 03, 2012 at 08:33:44PM +0100, Thomas Neidhart wrote:
> Hi,
> 
> I have been working on the exceptions in the stat.inference package and
> have seen that all classes in this package follow the same scheme:
> 
>  - Interface for a statistical test
>  - Implementation of this single interface
> 
> e.g.
> 
> ChiSquareTest
> ChiSquareTestImpl
> 
> There was some effort in other packages, e.g. distribution to merge such
> constructs, and was wondering if not the same should apply here.
> 
> I do not see an immediate benefit of having separate interface and
> implementation for a single Test, especially as there is no base Test
> interface.
> 
> What do you think?

+1 for merging interface and single implementation.


Gilles

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

Reply via email to