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 seems unnecesarily tedious
Approved latest fork
Approved
UPDATED GROOVY TRANSLATION
Changes:
assert
for testingGroovy Translation
For those that need the Python dictionary:
d = {
'ą':'a',
'ć':'c',
'ę':'e',
'ł':'l',
'ń':'n',
'ó':'o',
'ś':'s',
'ź':'z',
'ż':'z'
}
Ruby 3.0 should be enabled, read this to learn how to do it
Please organize the structure of test fixture as following (although it has been mentioned in the attached link, I'm repeated here again)
I enjoyed this kata. It helped me in understanding a couple of things that I needed to work on. So, thanks!
This comment is hidden because it contains spoiler information about the solution
@stɛffan153 Yes, I know that, but I'm saying that it was set wrong.
.
Ruby translation kumited -- please check and approve (note: author is inactive)
Ranks can't be changed though.
Pretty good, but I believe this should be 6-7 kyu, not 8.
It's ok, but it doesn't provide any test for words which start with polish letter (e.g. Łukasz, Ćwikła etc.). You should at least make it clear in the instruction that tests will cover only lower case.
Loading more items...