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.
Hi everyone, published a Kotlin translation.
Looking for feedback :)
Not sure about issue/suggestion, but before there are too many solutions... I think enums should be used wherever appropriate. It's awkward to create copies of 24- or 32-byte objects (hopefully without dynamic allocations) instead or small enums in a performance-oriented language.
This comment is hidden because it contains spoiler information about the solution