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 see, makes sense.
How are there 4 people with this exact solution (ignoring whitespace)?
[Feature Request] Mark as duplicate.
Especially in the 8 kyu range, there are a lot of very similar Kata. Is this a concern? Should we have a 'mark
as duplicate' built into the beta process? Would beta tester's time be better spent on unique Kata?
This seems like a valid issue. Should there be a better way of flagging this, like stackoverflow's mark as duplicate? Otherwise how do we verify it is a duplicate, and does everyone need to look for the duplicate?
"return a call to the appropriate function"
should be
"return the result of a call to the appropriate function"
No explicit sample tests showing why they shouldn't just be separate classes that don't share the Operation base.
Yep, except: ValueError would be more appropriate.
:D
The random test is broken, it segfaults.
Yep, there is a segmentation fault at the end (in the random test). :(