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.
because it doesn't "consume" what would otherwise be the second group. See:
This comment is hidden because it contains spoiler information about the solution
Pretty interesting solution. I solved it without using REGEX
manual notification, see above
Great solution, could you please explain the pattern a bit?
Awesome! Really cool pattern of always returning an undo function and adding it to the opposite list, nice work
This is my favorite so far, its pretty readable.
Nice! Really readable and reusable.
this should be the best solution!
Many of us, including me, forgot to lowercase the remainder of the word. It may have not been tested, but I think it should be important! Nice, clean work!