|
|
|
|
|
by eueueu
4012 days ago
|
|
So basically, a useless hipster fashion lead fluffy syntax change, which mainly makes code harder to read, and makes typos more common. // foo takes a function, and a boolean.
// foo(a=>7, a>=2);
Really? That's easy to read is it? Eugh count me out. |
|
That's not even touching on the this-binding element, which is also incredibly useful in common Javascript code.