Ad
  • Custom User Avatar

    Rules are unclear. How is the win amount calculated?

    Putting

    Google Keno Paytable for an example

    in the description is unacceptable because the kata specs should be stand-alone and not rely on outside information. And users shouldn't be doing your job of explaining what the spec is.

  • Custom User Avatar
    Expected: true
    Actual: false
    

    This test feedback in unacceptable. Please use the test framework properly and compare the actual value against expected value directly, not compare if actual == expected is true. It erases all kinds of useful information.

  • Custom User Avatar

    The format of the provided classes are terrible. Please use Markdown syntax correctly to present code as code, like this:

    ```
    code
    code
    code
    ```

    Becomes

    code
    code
    code