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.
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/143.
Please join the discussion to help us identify duplicate kata and retire them.
COBOL translation (author is inactive).
No random test in ruby and JS
Randomness is (still) not taken very seriously: https://www.codewars.com/kata/reviews/55dc1b0c865e936b3d000081/groups/5d000809a535d5000181a804
Plus all the other issues below. Time to retire...
This comment is hidden because it contains spoiler information about the solution
The description should clearly state that it is supposed to generate the random code. Also, the tests do not check for digits presence and can be passed without bothering with them. Probably the same with letters...
Needs random tests
In actual tests:
should be able to have default value
But it's nowhere mentioned.
Needs random tests
The prompt can be clearer.
C#: Nevermind this being a duplicate, but if I include year 0, I get the error that the year must be 1 or greater (and smaller than 9999, but this isn't tested), which is fine, since year 0 doesn't exist anyway. What isn't fine is that when I return false for 0, I'm told this is wrong and the tests expect true. Zero is out of range, so it should be false or maybe expect an exception to be thrown.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...