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.
Could it be updated to a more recent Node version?
I have finished this on my machine, but I am unable to pass the tests because a bunch of functions and language features are missing.
Things such as:
/(?<number>\d+)/
)Nevertheless, it was fun to complete!
Lua Translation
Adding 'Try to make your solution as tiny as possible.' to the Kata's description, the tag was added in by mistake.
Removing this requirement since almost everyone here does not write production-ready code.
Swapped out 'yield other templates' with 'return strings containing additional to-be rendered template bodies, those containing middleware tags shall be ignored.'
Template bodies with a middleware tag should be able to return strings containing more template bodies, but without middleware support.
Template bodies with middlewares should be rendered first, then the ones lacking a middleware tag, this choice was made to avoid recursion on my original solution and reduce complexiness generally.
I don't see that as something to be worried about.
next superiority, cope harder
no sane human is going to hardcode 1000 tests by hand
Added more kata features, can you review?
Array bounds are now mentioned on kata's description.
Tests run now in order and make usage of the
assert.are.same
function provided by the TDD library.I was unable to find a kata with the same features, decided to re-publish.
Well, time to un-publish.
When using JavaScript, it keeps throwing errors completely unrelated to my actual code ( cannot set property ? of
undefined
when I'm not even making such operation and the column index is pointing to whitespace. )