Draft

Automaton (Part 1)

Description
Loading description...
Refactoring
  • Please sign in or sign up to leave a comment.
  • chinesedfan Avatar

    This comment has been hidden.

  • nerdess Avatar

    so embarrased by my code for this one, for some reason this was tough :)

  • hufftheweevil Avatar

    This comment has been hidden.

    • Voile Avatar

      Writing good bug fixing katas are hard.

      Most of them I've encountered are basically "obfuscate a working solution with random nonsense and throw the result pile of spaghetti to the user", which is not interesting at all, and doesn't provide any insights. But I guess it's a quick way of generating white katas.

      (Incidentally, even this kata is showing a better job to create bug fixing katas than all those katas!)

    • Mishaboo Avatar

      I was more targeting people who just start to code and want to learn / test / try some debug skills. I just saw tons of times that programmer can't find a simplest bug. So I decide to try to help at least someone and try myself in writing debug kata in the same time. Thank you for comments. I'll try to came up with something more interesting next time =]

  • TanYiXun Avatar

    It is quite messy. It doesnt even tell us what the kata is supposed to do. At least if you want us to resolve the mistakes at least add comments in your code or make your code more readable

    • Mishaboo Avatar

      Fair comment. This kata is more to debug existing code and just simply make it work. I'll think How I can improve discription. Thanks.