|
|
|
|
|
by peferron
1103 days ago
|
|
> All of this has made the language worse. Just accreting features doesn't make the foundation less broken. Nope, most of these have made the language better. Optional chaining is better than a litany of `&&`, `...` is generally better than `Object.assign` or `concat`, `async/await` are generally better than callbacks... The list goes on. Rejecting these new features wouldn't have magically improved the foundation. |
|