There is one trick with Promises that might lead to nasty consequences: you might lose the async job. How it happens and how to avoid it?
32 posts
#management 13 #js 9 #ts 8 #humor 7 #archive 5 #agile 4 #lingua 3 #thoughts 2 #rx 2 #promises 2 #project 2 #communication 2 #code_review 2 #async 2 #product_vision 1 #product_goal 1 #jtbd 1 #electron 1 #education 1 #color 1 #architecture 1
Promises (part two): the legend of the lost Promise
📅 Created 7 years ago 👁️ 210
Async Javascript: tricks with Promises (part one)
📅 Created 7 years ago 👁️ 160
Promises provide a pretty nice interface for async programming in Javascript.