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.
This comment is hidden because it contains spoiler information about the solution
No random tests in Java
This comment is hidden because it contains spoiler information about the solution
I'd suggest to add corner cases to the tests as well. I think some solutions would get an indexOutOfBoundsException if the input string would be "the-stealth_warrior-".
BF translation: https://www.codewars.com/kumite/6818f20654568865583ea2b9?sel=6818f20654568865583ea2b9
The Python tests seem to require the User class to have a method called
inc_progress
, yet the user's progress is never directly updated. It is updated based on the rank of an activity the user completes. Thus the nameinc_progress
is very misleading and innapropriate. There should instead be a method calledcomplete_activity
that accepts the rank of the activity completed and internally calculates the user's progress. I find this "error" very unprofessional for someone who is at a level where they are writing katas.Haskell translation
Is every integer included in the test cases unique? If it is, it should probably be put in the description.
JavaScript:
JavaScript:
class
Position
object from the user fileRuby:
Position
from the user modulePython:
Position
from thesolution
moduleThis kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/227.
Please join the discussion to help us identify duplicate kata and retire them.
This comment is hidden because it contains spoiler information about the solution
Ruby: Missing random tests
Loading more items...