Ad
  • Custom User Avatar

    Got me thinking for ages, very clever.

  • Custom User Avatar

    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.

  • Custom User Avatar

    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.

  • Custom User Avatar

    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!