justsml / escape-from-callback-mountain

Example Project & Guide for mastering Promises in Node/JavaScript. Feat. proposed 'Functional River' pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create example w/ Async/Await

justsml opened this issue · comments

Add screen/Animated GIF to docs:

image

Nice except the try {...} catch(ex){throw ex} is redundant (does nothing)

Thanks @mattbrunetti - rethrowing in catch is basically doing nothing. 100% correct.

I'll change it to a console.error.