Re: Extended dot notation (pick notation) proposal

2016-09-20 Thread Bob Myers
People in the real world continue to wonder why they can't pick/destructure from objects into objects, instead of just variables. http://stackoverflow.com/questions/39602360/es6-destructuring-reassignment-of-object?noredirect=1#39602360 This is actually the second such question on SO in the last

Re: Re: Extended dot notation (pick notation) proposal

2016-09-20 Thread even stensberg
I think that for now, personally, this should be in userland. Currently, making your own functions provides much more flexibility than the need of the operator in general. What I mean by that, is that in traditional ways, you'd have the need to pick your values of either an array or object by yours