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.
Got me thinking for ages, very clever.
Hi, this was a great Kata, though I think it is probably higher than a 7kyu on Python. Enjoyed doing it.
Thank you for creating/translating it.
Jason.
Hi,
Thank you for making and translating the Kata. I found the initial description frustrating as the wording implies that as the pancakes have two sides they need to be cooked both-sides back-to-back. The tests obviously are looking for a looser definition of cooking, implying that one side of all (or some pancakes) before going back and cooking the other side.
It truly reflects why test driven development is so powerful compared to the spoken/written word.
That said, as this is a Level 7kyu it may serve to add a hint that reflects that the tests give more specific definition of the requirements than the task description.
Thanks again.
Jason.
Hi,
Just done this, took me a while because I wasn't reading it clearly. I think I would have been quicker if the explaination included something like:
In the result set you need to return the book_id and title of books, for all books that have been loaned at least once and aren't currently on-loan. The result should be ordered by book_id in descending order.
Thank you for this Kata!