Never Mix Promises and Callbacks in Node.js

The moral of the story is, don’t call callbacks from inside promises in NodeJS. They will swallow your exceptions unexpectedly. Read more

Similar

Node 8.0.0 Summary

Read writing from Trey Huffine on Medium. Software engineer at Postmates. treyhuffine.com | github.com/treyhuffine. Every day, Trey Huffine and thousands of other voices read, write, and share important stories on Medium. (more…)

Read more »