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.
Because this is an old kata, most of these are overranked.
I guess because it use objects.
Exactly what I thought.
And now I'm reading it... Here are two languages for this kata and plenty of solutions taking in account mix letters (
'a' != 'A'
) and test.. I believe it would be easier to update description rather than change solution.I was trying to resolve issues without knowing what solution was changed... My bad I should read all posts but I didn't expect someone did change solution I had before. Now is a mess...
... and I thought I'll be happy finally getting my firs authored kata approved...
@hobovsky
I've fixed that(I think you are talking about swapping of actual and expected), if you think that's not the case please give me an example.
Edit: Reference solution and description was inconsistent, I gave priority to description and changed the reference solution, now this should be fine in Java.
It is true, I already confirmed the issue below. There are two problems in Java:
These two factors make debugging of the kata really fun.
I'm pretty sure that's not true, but if it is, could you provide an example of such input and what's expected value?