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 just realized I don't need the
compact
when definingcat_and_q
. I think I'd also revisit this with a lazy approach, where no work is done until thelistOfCat
iteration is underway. And then, cache those results, in caselistOfCat
has repeating entries.A regex is probably excessive.
Find a better way to handle the “ugly hack” case when
listOfArt.empty?
.