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.
Great! It was a challenge one of the tests saying "Invalid value types (boolean): True should equal False" it was time consuming but after lots of reading and changing the code it worked just fine. Looking at other solutions I realize it will be a while until I can get a code that doesn't look so beginner :p
I'm still not sure when is necessary to make a deepest validation of data in the katas. My solution contemplates that the values received will be any integer so I didn't raise errors in regard to the type of the object. Thanks for the introduction to doctest.
It was a great explanation thanks a lot! I was thinking the same as user1772715
This comment is hidden because it contains spoiler information about the solution