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.
Awesome :-). I just added a translation. I think it needs approved now
I would like to translate this to c# but I ran into an issue with the return type. This will make it hard to translate into staticly typed languages (like c#). I will do my best to translate it, but you should look into have a unified return type, so that, no matter what I pass in I always get back the same type. For example, I would recommend that function takes a string as a parameter and always returns an array.
Thanks for the test and guidance!!
Thanks for the feedback, Since I am new to writing Katas, what would a Random test look like?
Thanks for the feedback, Since I am new to writing Katas, what would a Random test look like?
Thanks for the feedback, Since I am new to writing Katas, what would a Random test look like?
Thanks the for the catch!