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.
Added a random test
Thanks for the suggestion, I added a random test.
Don't mind at all, thanks a lot!
Thanks for your feedback, I updated the kata to use 0-based indices, this should solve your problem as well.
Please let me know if that is not the case.
Thanks for your feedback, the reason I used 1-based indices is because thas has been taken from a real-life example, where that was the case.
I agree though that 0-based indices seem more natural and I updated this kata to use those.
Thanks for your feedback, please try again and let me know if this is better.
Thanks, I added initial tests.
No good reasons, probably too late to change because of the existing solutions.
I'm a bit lost here, are this comment an the one about related to the haskell version?
Would be nice to have this test case:
Test.expect(deepCompare({name: 'Joe', test: undefined}, {test1: undefined, name: 'Joe'}));
Thanks, good catch, fixed it
Could you be a bit more specific about it?
Are there any messages you're getting?
Thanks!
Thanks good catch, I added the test and used your solution for now.
Thanks for the feedback, good catch, original puzzle actually used that wording, but
arrange
makes much more sense here.I updated the kata.
closing the issue
Loading more items...