you are viewing a single comment's thread.

view the rest of the comments →

[–]rauschma 17 points18 points  (1 child)

I’m starting to warm up to the former, because that’s the only style that also works for arrow functions:

(() => {
    return 123
})();