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.
I fixed these now ( I think ).
I could not find a guide/"kata solution best practices" for this anywhere, and I thought that there might be a smart way to include the "solution" into the random test without duplicating the entire code for it.
Thank you for the feedback, this is stil my first cata translation so i'm grateful for the remarks.
Please remove the validation yes.
That's how you always make random tests! What's the problem of sticking it in there, anyway? Just not in the sample tests.
I did not know about the issue with Int in Elm and had real troubles understanding why the C# test cases did not pass. So much for no runtime errors. I thought this could make others learn about the possible limitation. I'll remove it if you want me to.
Is there any good way to add Fuzz tests on Codewars without copying the solution into the test class?
This is my first attempt at porting a Kata, so I appreciate the patience.
What's the point in input validation at all?.. Just don't test those input and that's it.
Random tests should be added.