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 would imagine there are some situation in which bitwise would be optimal... couldn't one then simply comment the code for the next developer whom may have to manage the code?
I wouldn't recommend using bitwise operators in production code they are really hard to understand and debug. I had hard time debugging production code that utilized bitwise operators.
clever use of mapping :)
very clever! Almost artistic, I'd say :)
Just amazing. Looking for the opportunity of using the ~~ (first time I see it being used like that)