|
|
|
|
|
by xiaoma
3682 days ago
|
|
Over 90% of the first 100k LOC I wrote was ES5 JavaScript or CoffeeScript. I don't actually recall even a single instance when I was bitten by a bug related to lexical scope on the job. Maybe the problem is people expecting JavaScript to work like Java or some other block scoped language. Async bugs, on the other hand, were nightmarish at times. |
|