ChronoLocalDate doesn't have an isAfterOrEquals fu...
# atrium
l
ChronoLocalDate doesn't have an isAfterOrEquals fun Should I add a new function to ChronoLocalDate for it, or simply use
it.isAfter(expected) || it.isEqual(expected)
?
Also, is it better to discuss issues like this here, on the GitHub issue, or by a [WIP] PR?
r
Sorry, haven't seen your message here.
it.isAfter(expected) || it.isEqual(expected)
as you used it is perfectly fine.
I prefer a WIP PR as it is always easier to talk about code if I see it