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
Hi Christian,
I just approved the translation.
Very clever solution.
I'm still unable to update the java version (test's imports), any time I hit re-publish the dialog takes (literrally) hours, and never ends.
If you have any experience editing Katas please give me some help.
Tks.
Ofcourse, but the Kata should include some basic tests (I think).
In order to submit the solution I must implement the tests first :(
Hi Dannor,
I have tried to publish the fixes on the test's imports three times and the platform is very slow. I'll try again at night.
Also, I'll try to add some random tests.
Thanks for your review.
assertNull("Must return null when the arg is null", jadenCase.toJadenCase(""));
Misleading test message, it should be "Must return null when the arg is empty".