Tuesday, 4 September 2018

async library pointless? myth of callbackhell

if i can structure my code is such a way that it doesn't look like a pyramid of nested code main function calls inner function A calls inner function B inside of main functionboth A and B function is created inside the main function but B is only called by A would that be the same as async.waterfall and async.series

Submitted September 04, 2018 at 02:04PM by cariaga123

No comments:

Post a Comment