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.
Ahh, cool! I did not think of that and I did not know that the lambda functions was not executed until they where accessed like that. A really nice way of doing a "nicer" switch-statement then! :)
Thanx! :)
Wouldn't this do all the calucations, add them to the dictionary and then return the correct one.
Very CPU and memory consuming but nice design-wise! ;)