Ad
  • Custom User Avatar

    The kata has been retired, maybe it won't allow submits anymore ?

    Before that it worked fine

  • Custom User Avatar

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

  • Custom User Avatar

    I think validate the input (especially the string input) is part of the challenge

  • Custom User Avatar

    changed

  • Custom User Avatar

    Ok I fixed the points you pointed, except for the "delta 1 btween the symbol and the value" which I guess is one point of this kata.

  • Custom User Avatar

    Sorry, I don't see what you mean, could you explain ? Do you suggest tests and random test only send valid parameters ?

  • Custom User Avatar

    All agreed, thanks for the feedback

    i'll change all that, I don't know what will happen with the former solutions

  • Custom User Avatar

    oops, sorry (I have a similar word in my language with 2 n, for my defense)

    Do you think I can change this ? this will invalidate former solutions...

  • Custom User Avatar

    sure, I had doubts about using 'false'. returning an empty string and 0 would be better, for typed language translations.

    how can I change this now without invalidating existing solution ?
    I'm new to creating katas, I don't know the right way to do these kind of things

  • Custom User Avatar

    Wonderful kata ! thanks for the challenge !

  • Custom User Avatar

    argh i suceeded in javascript until the jane.has(2).hands.each(hand => having(5).fingers...) this is IN-SANE but I learned a lot.

    Unfortunately I'm not ranked enough to see the solution, and I'm very disappointed ( I was so close ...) I searched the web and SO for 2hours, I bound my function to any possible object and yet can't make this 'having' point to the right hand ...

    Thank you for this kata and if someone can hint me, just a word, just a concept that I missed ... I'll do my researches

  • Custom User Avatar

    added random tests

  • Custom User Avatar

    oops sorry, it was in C++, by printing the stats of the 2 fighters, one randomly created had Health = -77 at the beginning of the fight ...

  • Custom User Avatar

    note that some random tests give one fighter a negative health !!

    this is not obvious in the description and can mess your mind for a while