Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    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.

  • Custom User Avatar

    Ofcourse, but the Kata should include some basic tests (I think).

  • Custom User Avatar

    In order to submit the solution I must implement the tests first :(

  • Custom User Avatar

    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.

  • Custom User Avatar

    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".