Node.js-Best-Practices
Node.js-Best-Practices copied to clipboard
Save a reference to this vs. Arrow functions
I believe, you should mention arrow functions here.
Now that ES6 is supported in Node I wouldn't mind adding this. These best practices were created before ES6's spec was even finished and far before it was implemented in Node.
If you want to make the change and submit a pull request I would be more than happy to accept it.