Ad
  • Custom User Avatar

    I think it would be good with some test cases where random numbers are inserted into the code so people can't map the input against the expected output.

  • Custom User Avatar

    C# translation kumited!

  • Custom User Avatar

    It is a really good Kata but I have found a flaw regarding the test cases for the Haskell version. My solution passed the Kata but when I tried

    \[ x \] (x + 5) / (x - 1)

    This applied to 3 should equal 4 but my solution returned 0 which means you don't have to push/pop arguments for division correctly. There should be test cases for that too!