Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
The kata has been retired, maybe it won't allow submits anymore ?
Before that it worked fine
This comment is hidden because it contains spoiler information about the solution
I think validate the input (especially the string input) is part of the challenge
changed
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.
Sorry, I don't see what you mean, could you explain ? Do you suggest tests and random test only send valid parameters ?
All agreed, thanks for the feedback
i'll change all that, I don't know what will happen with the former solutions
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...
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
Wonderful kata ! thanks for the challenge !
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
added random tests
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 ...
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