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.
Java:
camelCase
, notPascalCase
Refer here on how to enable backward compatability to not invalidate all solutions
Reraised as an issue :-)
great job !!
@Awesome A.D.: thanks for the tip about printing during the test phase...it's a good thing to know (which I did not). Big thumb's up!
python, maybe others: there should be a fixed test for
0
done
Awesome, works like a charm now, thanks!
Ruby:
Tests still need to be updated to Ruby 3, but this specific issue is fixed.
Are you sure? This does not seem right. I created a solution which always returns
""
and it passes 0 tests.EDIT: I think I can see the issue.
@Ruby: The random tests in Ruby seem broken, expecting "" as result for all test, preventing from submitting the kata.
ouch , good job
done + for BF too
JS needs to have Mocha/Chai instead of CW's Test one (see the docs for more information)
Loading more items...