Comment by MBCook
3 days ago
Records are great, but objects work.
Date flat out doesn’t. We needed something in the standard library to fix that. It should’ve happened long before it did.
3 days ago
Records are great, but objects work.
Date flat out doesn’t. We needed something in the standard library to fix that. It should’ve happened long before it did.
Totally agree, I was just pointing out to GP why LocalDate wasn’t a record. (Date and Calendar should never be used in new code. Note how the new date/time API doesn’t have any conversions to/from old types (Date+Calendar), they only in the opposite direction)
Can’t wait for destructuring support for classes, though.
Yes! Ever since I learned about it and was able to use it in some other languages I’ve been waiting for destructuring in Java to hit prime time.