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.
python new test framework is required. updated in this fork
Python: tests are very noisy and unnecessarily print to the console a lot.
Python new test framework should be used
JS should use
chai assertion
with unecessary logs removedBoth languages should have tests such as
(x = 100, y = 100)
to invalidate solutions that check for>=
rather than>
such as thisDescription should be language-agnostic
Should also specify that arguments may not be given (i.e. solvers have to set default arguments)
Vertical layout of the wall should be drawn for a clearer picture!
Swift 5 translation kumited. Please review and approve if acceptable.
If you're doing this much input validation (which I'm not a fan of, but I can set it aside), you're also missing the case where only 1 parameter is provided.
Shouldn't
Make sure you round down the XP required for each level up, rounding up will result in the output being slightly wrong.
be put inside the description and not at the end? Since it's a crucial piece of information.