Ad
  • Custom User Avatar

    Nice kata. Thanks :)

  • Custom User Avatar

    Nice Kata, but pleeease correct the spelling of the 'Right' method. It might also be worth considering changing the 'Pop Out' method to something else (unshift?) since 'Pop' tends to mean removing the last item in a lot of other languages. I know it is probably my fault for not reading your comment more carefully, but I was stuck on this one point for ages. (cf. principle of least surprise).

  • Custom User Avatar

    Very enjoyable - thank you :)

  • Custom User Avatar

    It's so nice to complete katas with some semblence of 'reality'. Thank you for this kata, I had a lot of fun with it!

  • Custom User Avatar

    Nice kata, though it would be nicer to see it reflect reality a little more. Why not return an error only for phone or version, depending on which is invalid? Why not use the original phone number?

  • Custom User Avatar

    It's really nice to see that someone can be helpful when juniors come up with basic questions. Well done cliffstamp!

  • Custom User Avatar
  • Custom User Avatar

    Awesome! I did notice your other kata. I will check it out When I have time :)

  • Custom User Avatar

    Lovely kata! I love katas that are based on something natural and fun rather than a contrived mathematical exercise. Like Blind4Basics, I also misunderstood the firing nature of numbered shooters. When you state that all numbered shooters shoot in unison, I assumed that the front zombie of each row would receive all the damage, even if its health dropped below zero, and the zombie behind would not take any hits until the next move. This certainly seemed to be the behaviour in the game, where zombies would drop to their knees and take all remaining hits for that move before falling flat and clearing the way to the zombie behind. It would be worth clarifying this behaviour in your instructions as I was stuck on this point for some days. Still, I enjoyed the kata. Well done.

  • Custom User Avatar

    Hey man, stumbled onto your kata. Really nice! Congratulations! :)

  • Custom User Avatar

    @kodejuice Thank you for clarifying the issue with the fork.
    @siebenschlaefer Many thanks for fixing the issue!

  • Custom User Avatar

    Could you have a look at the issue above please.

  • Custom User Avatar

    Woah! I have no idea what happened here! I had just merged a Python translation. Although, I've never formally studied Python, is it possible that the code below is causing the problem when generating the random board?

    board[rand(0,4)][rand(0,4)] = 'q'
    board[rand(0,4)][rand(0,4)] = 'k'
    

    It looks fine to me, but it's the only thing I can think of that would produce such a result.

  • Custom User Avatar

    Application process is over. I have now merged your python translation to my kata : )

  • Custom User Avatar

    Oh, so you have. Sorry, my mistake. I agree that giving the highest base 10 number is sufficient, and a nice extra to invite warriors to figure out the highest power of 2 and resulting maximum number of consecutive zeros by themselves. Well done! : )

  • Loading more items...