Nothing will change then. Agreed. If you have a class MathUtils and a
method add(double... numbers) then keep it, but replace the body if the
method with the call to commons-numbers, for example. That's what I mean

On Mon, 17 Jul 2023, 14:31 Elliotte Rusty Harold, <elh...@ibiblio.org>
wrote:

> On Mon, Jul 17, 2023 at 9:21 AM Dimitrios Efthymiou
> <efthymiou.dimitri...@gmail.com> wrote:
> >
> > hello. I never said to redesign APIs. I only said that we can
> > move math algorithms from non-math projects, to the math projects
> >
>
> No, don't do that.
>
> Method signatures must not change.
> Class names must not change.
> Package names must not change.
> Group and artifact IDs must not change.
> Split packages are not allowed.
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to