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 don't think it's really that bad. It just uses a more mathematical approach and hence mathematical naming for the variables.
With such good naming practices who needs documentation?
Yeah, not reading that.
Really neat way to iterate over the digits in reverse order using modulo and division by 10! Impressed!