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, <[email protected]> wrote: > On Mon, Jul 17, 2023 at 9:21 AM Dimitrios Efthymiou > <[email protected]> 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 > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
