4
Wandi
7y

Use shorthand may saves time. But may confuses new Dev

Comments
  • 1
    I guess you refer to arrow functions, right? Arrow functions (or lambda notations) are quite different than usual functions.

    For example, in JS, arrFn = fn.bind(this);
  • 2
    You mean may confuse Dev who doesn't know the language. Well... then we'll teach him
Add Comment