nodejs / promises

Promises Working Group Repository
107 stars 11 forks source link

Add pattern examples #18

Open benjamingr opened 8 years ago

benjamingr commented 8 years ago

Start work on adding pattern examples.

I will post here examples of many common promise patterns, idioms and anti patterns.

thefourtheye commented 8 years ago

+1. I love the idea of documenting knowledge like this.

chrisdickinson commented 8 years ago

A few naming nits: Do you mind changing patterns to examples? I'd like to add examples for post-mortem and async/await use as well, and some of those topics don't fit neatly under the term "patterns". In that vein, would you mind either prefixing these files with promise- or nesting them into a promise sub-directory?

chrisdickinson commented 8 years ago

(Also, this is excellent work! Thank you for PR'ing it.)

benjamingr commented 8 years ago

Sure, I'll address the comments tomorrow or later tonight. I'm fine with renaming to examples.