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.
If that's the case, lazy me just wants to then wrap this in an
ArrayList
and proceed as I did.OK. I will update the description if you give an example where it makes any difference:
one hundred one
,one hundred two
is same order asone hundred and one
,one hundred and two
ninety eight
,ninety nine
is same order asninety-eight
,ninety-nine
Yes, thank you. It's amazing how one task can be solved differently with functional programming.
Powerful tool.
ok, good. So that effectively was the test with the string. ;)
Mmmmh... That one (issue) might be tricky to sort out, I fear... :/ There effectively is an assertion on strings in this test, but it seems you're failing the one just before, which is on the Counter instance itself instead.
I'll try to figure out why I put the second one in there (EDIT: I just commented it out for now. How is it now on your side?), but the fact that you fail the previous one is a bit surprising.
I need more informations, for now:
woops... x)
Return a fresh instance, please. Description updated, thx!
I'm a patient man.