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.
Convention about 80-characters max lines is there for a reason. It's impossible to read.
Readability apparently is in the eye of the beholder as well. To me, it is. It's exquisitely structured, beautifully modular, and the individual components are very readable to me.
Not sure you can call this readable or clever. It is definitely good code golf though.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Awesomely clever.
Fixed a few issues where variables are leaked to global scope.
doOp()
is even better now.Beautiful
Love your doOp. That's a really clever alternative to switch.
Excellent answer.
Wow.
Simply wow.
Nicely readable, terse RDP. Well done!