Ad
  • Custom User Avatar

    Coffeescript & Javascript: console.log should be replaced with proper test messages

  • Custom User Avatar

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

  • Default User Avatar

    C Translation (author inactive).

  • Custom User Avatar

    The initial investment should not be fixed to 100 in all languages.
    (Fixed in Python)

  • Custom User Avatar

    no random tests (atleast in python)

  • Custom User Avatar

    Needs random tests.

  • Custom User Avatar

    It's not a good idea to quote crucial kata information from (non-reputable) external sites. What if the site goes down or something?

    (There isn't that much information about what is a bust anyway, so no reason to just put it in the kata description)

  • Custom User Avatar
    • Node 18. (mocha + chai) should be enabled (Refer this and this for more info)

    • Ruby 3.0 should be enabled (Refer this & this for more detail)

  • Custom User Avatar

    This part "You can access the database as drunkenDoodling/drunken_doodling/DrunkenDoodling depending on your language."
    Should be included in language solution frame, something like for JS :

    function bob() {
    // Use 'drunkenDoodling' dictionary for monster response
    return;
    }

  • Custom User Avatar

    Needs random tests.

  • Custom User Avatar

    The tests require attack to be a method while the examples in the description suggest that it's an attribute.

  • Custom User Avatar

    Dictionary's name in Python should be in snake case.

  • Custom User Avatar

    Needs random tests

  • Custom User Avatar

    The Haskell version has several issues:

    • strange order of calculations (i * foldr magic 1 c instead of foldr magic i c, the latter is more common)
    • random tests don't use negative values
    • random tests use xx.yy, whereas the original JS variant uses only integers
    • QuickCheck reports wrong values due to roundingSol being used outside of forAll
  • Custom User Avatar

    The instructions aren't complete for Java. It isn't clear that you have to create your own dictionary for Java. Please provide the dictionary or improve the instructions.

  • Loading more items...