On Mon, Nov 6, 2017 at 3:39 PM, Jorge Téllez
<[email protected]> wrote:
> Yes, I’ll be happy to provide a concrete example.

Very useful example!

In that scenario I'd convert to promises *early*, by promisifying the
`interface.question` function once (using [`util.promisify`][1] or
roll-your-own if needed), and then using the promisified version throughout
(which lets you use `async` functions).

-- T.J. Crowder

[1]: https://nodejs.org/api/util.html#util_util_promisify_original
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to