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.
Thankyou for your feedback - it is encouraging and constructive. I appreciate that the katas do test the same skills as some of the others and I will un-publish them
I have resolved this issue - apologies for the mistake.
We all have something to learn.
Like the parameter in the predicate function you pass to
some
could have a better name thanx
Thanks for the feedback - I should have realised that recursion is a sub-optimal way of generating a random array of numbers. :)
Thankyou - I have also placed my utility functions inside the scope of the first describe block
Hello Blind4Basics,
I think I have fixed the aforementioned issues - please could you confirm that this is what you wanted ? I saved the expected value into a variable and passed into the assertEquals method in the final test case.
Thankyou for your feedback
OK Blind4Basics,
Thankyou for your feedback,
I shall remove the critical code from that section - can I put my random generation utils in the test code section?