|
|
|
|
|
by dragonwriter
2028 days ago
|
|
> Automatic casting behavior between the core types This is (mostly) awesome for quick/light glue scripting and a (almost entirely) a horrible pain for most other programming. As the scale of JS apps has gone up, this has gone from probably being a net win from the way JS was used early on on the web to being a net harm. > Distinction between undefined and null This existence of this distinction is, IMO, a very good thing, but there's some big ergonomic issues with the implementation. (The rest of your list I agree with.) |
|