Draft

Find Pacman

Description
Loading description...
Puzzles
  • Please sign in or sign up to leave a comment.
  • mauro-1 Avatar
    • There should be more random tests (~ 100). Random tests shold always cover both valid and invalid (no path) cases.
    • Returning different types (list/bool) is bad practice. When there isn't a path the function shopuld return a "no-value" (None in python) or raise an exception.
  • scarecrw Avatar

    The assertion messages should provide information about what was wrong (see the docs).

    As dfhwze noted, this isn't likely to be approved, but it's good to know for another kata.

  • scarecrw Avatar

    This comment has been hidden.

  • Jerry Huang Avatar

    Hi, this is my first authured Kata so my might be a few bugs here and there. Feel free to leave a message and I will respond as soon as possible.