Ad
  • Custom User Avatar

    I loved this Kata, and the description is just fantastic.

  • Custom User Avatar

    Hi GiacomoSorbi

    I am trying this Kata in Java.

    I am failling in the random test in the Backstage passes.

    the input values are for example:

    quality: 72 Selling: 42

    Expected different value expected:<72> but was:<50>

    I missing something there?
    I was thinking that we cannot have Qualities over 50 apart from "Sulfuras"

    Thnaks in advance

  • Custom User Avatar

    Loving that seires so far, well done :-)

  • Custom User Avatar

    It is failling on this case for me just to confir with you if your getting the same issue.

    the function suposedly has to be not case sensitive nad it looks like on that test case is not getting that in consideration.

    convert_RandomMixedCase
    Log
    UUpLzUnAeLnLmxeUmel
    Input was: UUpLzUnAeLnLmxeUmel, excpected: 1102314562427861762, but was: 1102314562427861769 ==> expected: <1102314562427861762> but was: <1102314562427861769>

  • Custom User Avatar

    Now I am getting RangeError: Maximum call stack size exceeded, I will sort that out, I think I am on the right track. I am just using a recursive function.

  • Custom User Avatar

    If forgot to specify that that I am trying the attempt in javascript.

  • Custom User Avatar

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