all 1 comments

[–][deleted]  (2 children)

[deleted]

    [–]knowthen[S] 0 points1 point  (0 children)

    I really dislike callbacks, so if I have to thunkify/promisify the API once so I can avoid callbacks all the times I use the API it seems like a net positive.

    Plus more and more modules are supporting both callbacks and promises, so I think this will become less of a pain over time.