I agree this is an unfortunate name.

Tangential: can we rename APIs now that the first stable release is nearly
done?
Of course -- the "rename" can be done by introducing a new API, and
deprecating, but not removing, the old one. Then, once we decide to move to
the next major release, the deprecated API can be removed.

I think we should probably do the "rename" at some point, but I'd leave the
final call to the wider consensus.

On Sat, May 13, 2017 at 5:16 PM, Wesley Tanaka <[email protected]>
wrote:

> Using Top.Largest to sort a list of {2,1,3} produces {1,2,3}.  This
> matches the javadoc for the class, but seems counter-intuitive -- one might
> expect that a Comparator called Largest would give largest items first.
> I'm wondering if renaming the classes to Natural / Reversed would better
> match their behavior?
>
> ---
> Wesley Tanaka
> https://wtanaka.com/

Reply via email to