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.
Except that spec is not part of the description, we are already using simplifications here and there, and the JS tests are not unordered either ( they could have been, with
assertDeepEquals
, but they are not, withassertSimilar
). Because JS does have something of an ordering in objects, at least sometimes ( and sometimes not ).It's a bit of a wasps' nest. But I tend towards wanting to preserve existing ordering, and the source has an ordering.
( I may not have thought of all this when translating or when having visions of nightmares. )
Note that I don't get notifications for this thread. If the translation must be updated, please comment on the translation suggestion.
Only because it uses the wrong type.
https://tools.ietf.org/html/rfc8259
It should be a
Map
in the first place.Please not. That's a nightmare to test, at least in Haskell.
What do you mean?