[JSR310 M7 Review request] 8007392: JSR310 DateTime API Updates (original) (raw)
Stephen Colebourne scolebourne at joda.org
Fri Feb 8 11:12:38 UTC 2013
- Previous message: [JSR310 M7 Review request] 8007392: JSR310 DateTime API Updates
- Next message: [JSR310 M7 Review request] 8007392: JSR310 DateTime API Updates
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 8 February 2013 00:23, Remi Forax <forax at univ-mlv.fr> wrote:
I wonder if it's not better to declare enum constants of DayOfWeek (and Month) in an order that is not the usual week/month order to make clear that ordinal() doesn't work as expected. By example they can be declared in alphabetical order.
The constants need to be in order as Enums are Comparable.
(It was actually a mistake that all enums are Comparable, but not one that can be fixed now)
Stephen
- Previous message: [JSR310 M7 Review request] 8007392: JSR310 DateTime API Updates
- Next message: [JSR310 M7 Review request] 8007392: JSR310 DateTime API Updates
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]