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.
I just changed the behaviour of Haskell to match JS and Python. Ruby still needs to be adjusted.
Fixed.
Changed everything and then approved.
Rejected because of missing random tests.
Rejected
extends Object
is redundantAdded them, updated to JUnit 5 and approved.
Just use the function of your programming language to write something to standard out, e.g.
print()
in Python,console.log()
in JavaScript etc.I found some more edge cases which should be added:
Done for JS, Java, Python, Haskell.
Fixed. Solution is now invalidated.
Added two more fixed tests and approved.
Approved it myself today after 5 years. Forgot to look for the suggestion.
This comment is hidden because it contains spoiler information about the solution
C# translation does not include contextual keywords. I would be in favour of doing it the same for Java.
Should be up to discussion though.
If you want to keep the separation I would replace the class in Preloaded by a
record
though.The other langauges (as far as I have checked) are using a "missing a keyword for (informal description of the use case)" and that must also be included in this translation. You should have a chance to solve this kata without just looking up the keywords.
Approved the fork of the fork.
Upgraded to JUnit 5, used paramterized tests, added more random tests and approved.
Powered by katafix 🤖
Loading more items...