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.
Wow, I didn't notice that. You are correct, the operation performed is identical no matter what order.
convert(forward, backward) and convert(backward, forward) do exactly the same thing; it doesn't matter what order you pass in those arguments. In fact this.encode and this.decode should be the same function.
I agree with this. I built my solution with this in mind.