Drama in the JavaScript Community

This PR switches from jest to tape, so that we aren’t limited by our test runner’s engine support.
It also switches dequal (which requires node 6+) to deep-equal-json, which has minimal dependencie… Read more

Similar

Building a JavaScript Testing Framework [video]

Read the post here: https://cpojer.net/posts/building-a-javascript-testing-frameworkTweet about this article: https://twitter.com/intent/tweet?text=Building%... (more…)

Read more »

JavaScript Promises and Monads

In the absence of a strong type system and a stateful paradigm, JavaScript developers need to be extra careful when managing state so that their code doesn't become a tangled mess. Dealing with ansynchronicity can get especially messy. We can learn a lot ... (more…)

Read more »