top | item 10677650

(no title)

ehynds | 10 years ago

Still though, in situations where I care about the stack trace, I don't see myself writing:

  let doStuffCallback = () => {};
  doStuff(doStuffCallback);
over:

  doStuff(function doStuffCallback() {
  });

discuss

order

No comments yet.