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.
holy captain caps
The
ISSUE
tag is for provable issues with the kata. See https://docs.codewars.com/training/troubleshooting/#post-discourse.No idea why, but sometimes Test4 passes and sometimes it doesn't. C#. Currently still trying to pass Test5, soon gonna rip my hair out btw
Lmfao
Sometimes I wonder what best practises even are
Yes, this is normal, see here. When you press
Test
, only the sample tests are run. As their name implies, they are just here to showcase some tests cases to get you started. To pass a kata your code needs to be validated against the full tests (which are hidden from you until you solve the kata), this is what happens when you pressAttempt
.C# had a bug as in that the "Test" button only did 1 test, whereas the "Submit" button did several more. If this can't be reproduced then it might be, because I adjusted the tests, however I restarted the Kata to make sure that didn't affect the tests (and I kept the same issue, so unless the reset didnt properly reset it is bugged as I described).