Hacker News new | ask | show | jobs
by moogly 1354 days ago
I definitely agree with the spirit of the article: you can take this too far.

The real benefit of destructuring isn't really brevity, per se, IMO, but easy extensibility. You all of a sudden need two or three properties from the same object at the same level? You just reference the additional properties on the left side without any fuss.