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.
Why does this work? How do I write the same for, say, subtract?
Thanks, my bad.
Making them
static
does make them inaccessible, butdo_test()
is still accessible by the user and can end up in an infinite mutual recursion.Should I move
do_test()
into the separate tests (although that will introduce duplication)?That makes sense, thanks for reviewing it.
I have updated the translation now, I hope it is better.
I have added a translation for C; please review, thanks!