Retired

Player's Score Class (retired)

Description
Loading description...
Games
  • Please sign in or sign up to leave a comment.
  • uttumuttu Avatar

    When the increasing method is fed with a negative input, the score may become negative. This is not handled correctly by the reference solution, which only enforces the non-negativity constraint for the decreasing method.

    • christian.packenius Avatar

      Oh, this hint is really helpful! I think, it would be reasonable to throw exceptions when negative numbers are used.

      Thank you very much! 👍

      Issue marked resolved by christian.packenius 16 months ago
    • christian.packenius Avatar

      Can you explain why the kata is retired? I did my best in creating my first kata clean, after reading all the docs. What was my mistake?

    • akar-0 Avatar

      It is probably due to the low satisfaction rate. Katas with low rating are automatically retired (I don't know exactly which are the conditions for retirement).

      The low rating is the subjective appreciation of beta testers. The reason for the low rate is probably because the task was considered too basic to be interesting (there is already a number of katas implying basic OOP manipulations).

    • christian.packenius Avatar

      Okay, thank you for explanation!