Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
n
andm
were results ofweekdays
with different orders of arguments. I've changed the names toweekdays_date1_date2
andweekdays_date2_date1
.when creating this kata, I thought about this and specifically created an edge case test to check this point. I, frankly, always myself thought that using
between
operator without castingdate
type will exclude last day from the boundaries. But I checked that bothand
are including 2023-06-30. so for sure there is no issue in the kata, but I am still perplexed why this is happening :)