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.
Rules are unclear. How is the win amount calculated?
Putting
in the description is unacceptable because the kata specs should be stand-alone and not rely on outside information. And users shouldn't be doing your job of explaining what the spec is.
This test feedback in unacceptable. Please use the test framework properly and compare the actual value against expected value directly, not compare if
actual == expected
istrue
. It erases all kinds of useful information.The format of the provided classes are terrible. Please use Markdown syntax correctly to present code as code, like this:
```
code
code
code
```
Becomes