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.
Ty, this was a great walk through TDDing a problem for me, a recent bootcamp graduate.
suggestions -
add:
missing definition from level 5:
, Pop top of stack and output as ASCII character
Perhaps extend test time limit for random movement to 15. When I had console logs in my solution, I would reliably fail this at 10ms execution time.
Fixed, thanks for the review.
If you read the description, you'll find that's the whole point.
The original has many translations, it seems like it would be far easier to just fix those issues than to rewrite all those.
Perhaps this kata could be used to replace the original kata's JS translation, and entire description (without the additional TDD stuff maybe).
`
is wrong in descriptionp
is missingThe use of
it.skip
in the sample tests just skips every test except the first one altogether. It's most definitely inappropriate.Besides, it should up to the one writing the code to decide the order in which they should implement the operators.
If anything, the original one probably should be retired since there are many problems with the original kata. Closing.
Duplicate of Befunge interpreter. "It provides a more detailed test suite" is not a reason to create the same kata.