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.
C#: method name should be
PascalCase
(Please refer to implementation of backward compatibility here )Insufficient random tests in possibly all languages
JS Node 18. (
mocha + chai
) should be enabledPython new test framework should be used (Refer this & this for more detail)
Ruby 3.0 should be enabled (Refer this & this for more detail)
Sentences like "José is a garçon at a café in the cañón." are tested, with non English letters, which absolutely contradicts the description. Diacritic variants of consonants are possibly hundreds in Human languages, this point needs to be clarified imperatively, or it sounds just like this kata merely aims to fool users.
Test.assert_equals
should be used instead.This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
You can replace
with
It reads better (which is especially important for Example Test Cases) and does almost the same thing.