Saturday, January 11, 2014

Promises/A+ - Understanding the spec through implementation v1.1 - slides

Since the last blog post on Promises/A+ the specification has made it to v1.1 - this means we need a new implementation to go with the new rules and test suite. You can find the new implementation that passes the test suite on github under promises_impl.

The below are slides for the talk and in some cases may need a bit of explaining. I have but in comments on some lines which part of the specification they relate to.