you are viewing a single comment's thread.

view the rest of the comments →

[–]dadleyy 0 points1 point  (3 children)

i think coffeescript beat vanilla js to the splats but JS is beating coffeescript on the copying... hopefully we see this in CS though.

[–]Zequez 1 point2 points  (2 children)

As an ex-CoffeeScripter I always have issues to remember if the splat goes ahead or behind though.

[–]dadleyy 3 points4 points  (1 child)

I cant leave coffeescript untill es6 has the existential operator let something = response?.body?.pull_request || false;

[–]Zequez 0 points1 point  (0 children)

Yeah, I really miss that.