A-Tale-Of-Three-Lists
A-Tale-Of-Three-Lists copied to clipboard
Comparing various async patterns for a single demo
This addresses the TODOs in pausing and unpausing the streams. Uses events to pause both streams by clearing their intervals. Resuming the streams is a separate event per stream by...
Is this correct about the function name **next()**? Because I cannot find its declaration? `return text ? text[0].replace(/^\.\s+/,"") : next();`
Writing unit testable code can be tricky, and writing it for async code is even harder. Having unit tests for the examples would give readers an insight in the relative...
Produce ES6 versions of the code and ES5 transpilations (for `feeds.js` and `ui.js`). Include a script for using babel to reproduce these. Have both sets of scripts listed in the...