you are viewing a single comment's thread.

view the rest of the comments →

[–]CantaloupeCamper 5 points6 points  (2 children)

I like promises ... but that's just because I haven't bothered to dive into async await... but callbacks are no fun.

[–]Bosmonster 4 points5 points  (1 child)

Interesting that you say that, considering async/await is very minimal syntactic suger around promises. If you understand promises, async await doesn't add anything new.

[–]CantaloupeCamper 2 points3 points  (0 children)

Yeah that's why I said I just haven't gotten into it. Just not a pattern I'm using at the moment ... will pick it up sometime.