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 it and then realized that you should rename the function in initial code too. I'll rise an issue.
This comment is hidden because it contains spoiler information about the solution
In test cases you can find this method. Its not in public ones.
I do not see the random test cases...
Test no longer pass when Stringy is not even working properly.
Added random tests to prevent warriors to read them.
Renamed
Stringy
tostringy
to match swift codestyles.I've modified swift tests to match java tests. Random tests are also included.
If you find something unclear, leave me a message.
It was not approved, atleast I see still old descriptions on production kata. I'm just trying to fix something already broken. Now you can pass with valid solution, previously not possible.
I'll add random test based on your solution.
Damn, I pushed the wrong button and there... this was approved. Your luck! Not my intention.
Jee... This solution has crappy tests... The original tests are random, yours are a bunch of pairs!
I am very unhappy with translations anyway. Many of them have errors I cannot do anything about.
You are lucky: not good quality work, yes translation.
Previous solution was not working properly. Mainly because angle offset was set to 6 instead of 9 (360 / 20 / 2). I've inserted my solution, which I've 1:1 translated to java and passed test with. Fixed wrong tests - based on wrong solution.
Added swift codestyle (class names, function/method names).
Same problem here