There is much too much consternation over ASI, it really is much ado about nothing. I worked for a couple years on a team that didn't use semicolons and it wasn't a problem, it just didn't come up. Even if you were really fearful of those spooky edge cases we all hear so much about, you can just lint for them.
Much else here is good, but I'd again disagree about function scoping. And I wouldn't say `this` is a minor problem, it's a gigantic disaster and probably the worst part of the language, especially for those just learning.
1 comment
[ 3.2 ms ] story [ 10.1 ms ] threadMuch else here is good, but I'd again disagree about function scoping. And I wouldn't say `this` is a minor problem, it's a gigantic disaster and probably the worst part of the language, especially for those just learning.