You are viewing a single comment's thread from:
RE: NodeJS - Callbacks, Promises, or Async/Await?
I also have never been able to like promises. I do thinking using bind() to flatten out and shorten long async methods is very helpful.
I also have never been able to like promises. I do thinking using bind() to flatten out and shorten long async methods is very helpful.
Can you post an example of what you mean?