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.
Approved.
Dumb mistake by me. Fixed.
[[]]
is a1x0
matrix, not anNxN
matrix.fixed. the exponent is now distributed over the entire
double
range.Looks good!
I updated the assertion messages, can you check it out ?
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
This comment is hidden because it contains spoiler information about the solution
I've updated the kata:
num_to_russian()
requires Cyrillic outputs andrussian_to_num()
always receives Cyrillic inputs.Floats
section was updated, with much simpler "whole units" and "-ths".Thanks for your honest opinion and not frowning upon the kata for those issues.
Honestly, I don't think Cyrillic vs Latin would matter at all to someone who doesn't know Russian. I'd just be copy and pasting everything either way, so if Cyrillic is easier for Russian speakers it seems fine to me.
Writing this through my phone, no access to the laptop.
I have noticed the tendency of people creating their own dictionaries for this kata, instead of using the given ones. And honestly, I don't blame them. The current description is still a complete dogwater, even after so many issues resolved.
I'm highly considering on removing the dictionaries entirely and make the description only in Latin. For Russian speakers, I will just put a disclaimer, saying that they don't have to read the following instructions and that the Cyrillic inputs will be valid. But I have a dilemma with
russian_to_num()
. Should I keep its inputs Cyrillic or change it to Latin?If you have any more suggestions or you see a problem in my considerations, please, share them. When I arrive home, I'll get on fixing them, since this kata was abandoned by me since the end of May.
A few suggestions from someone who knows zero Russian:
Could definitely be a cool kata, but the above were some pain points for someone coming in with no background.
I've updated the description with a detailed specification of the input.
Loading more items...