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.
i added a skeleton for the custom error type in the initial code and an explicit import of it in the tests. also added sample tests for exceptions. adding the same edge twice is not an edge case in this kata, as the description says:
This date strigified format is
valid
, but not the Date itself. And issue about description ambiguity has been raised above and below, closing...The point of this cata is regexp practice and understanding Gregorian calendar.
Added test to all languages and updated description.
That's correct! See my fork that fixes the issue.
Also, this should be specified in the description and reenforced in the tests.
Cheers
note that the task is doable in 25 chars only (python 2 or 3), so you just have to find another way.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution