nodejs/promises

Patterns directory

benjamingr opened this issue · 2 comments

I've started work at https://github.com/nodejs/promises/tree/promise-patterns/patterns describing common promise related patterns so they can be clearly discussed in issues. PR here: #18

I'd love suggestions and patterns you think should be included here.

http://taoofcode.net/promise-anti-patterns/ I found this recently and I think it will be useful

http://pouchdb.com/2015/05/18/we-have-a-problem-with-promises.html I think this is excellent in explaining Promise Gotchas