|
|
|
|
|
by hombre_fatal
2399 days ago
|
|
Also, if you default to `() => ...` for anonymous functions, then you can reserve anonymous `function() { ... }` for the rare times you actually want peculiar `this`. Same reason it's nice to default to `const` so that `let` becomes a signal for the bonus feature of reassignment. |
|
Code documentation should be clear and concise, not to be deciphered through the code author's take on the meta meaning of reserved words.