OK. That is what I need to know. Thank you Gilles

On Mon, 17 Jul 2023 at 23:22, Gilles Sadowski <gillese...@gmail.com> wrote:

> Le lun. 17 juil. 2023 à 20:49, Dimitrios Efthymiou
> <efthymiou.dimitri...@gmail.com> a écrit :
> >
> > All i am saying is that if HBase has a class, say MathUtils and a method
> > add(double... numbers) and its body has the math algorithm to do
> addition,
> > we can just replace the method body with a call to the appropriate math
> > class that does addition. That's all i am saying. HBase, for example
> > already depends on math. I am not saying, change the API of HBase. Just
> > extract whatever math algorithms HBase has, put them in math (if they
> don't
> > exist there already) and call math.
>
> Only the concerned projects can tell if they would be willing
> to transfer some code to "Commons".
>
> Gilles
>
> > [...]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to