Join Slack
Powered by
ChronoLocalDate doesn't have an isAfterOrEquals fu...
# atrium
l
Luke
12/09/2019, 3:20 PM
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)
?
Luke
12/09/2019, 3:22 PM
Also, is it better to discuss issues like this here, on the GitHub issue, or by a [WIP] PR?
r
robstoll
12/11/2019, 10:17 AM
Sorry, haven't seen your message here.
it.isAfter(expected) || it.isEqual(expected)
as you used it is perfectly fine.
robstoll
12/11/2019, 10:17 AM
I prefer a WIP PR as it is always easier to talk about code if I see it
2
Views
Open in Slack
Previous
Next