On Sunday, January 13, 2013, Andrea Giammarchi wrote:

> and that was ... U_U
>
> var anotherValue = map.{
>   delete(key);
>   set(other, value);
>   get(another);
> };
>
>
The cascade operator was too late for ES6.

I still strongly agree with returning the collection post-mutation and I
think Allen's position above is the most progressive so far.

The opposing argument has consistently given one example (the ternary)
along with "I don't like it"—stop using this argument, it's neither
compelling, nor does it represent the preferences of the JavaScript
programmer community—a vocal minority at best.

Rick



>
> On Sun, Jan 13, 2013 at 8:18 PM, Andrea Giammarchi <
> [email protected] <javascript:_e({}, 'cvml',
> '[email protected]');>> wrote:
>
>> var another = map.{
>>   delete(key);
>>   set(other, value)
>>   get(another);
>> };
>>
>
>
>
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to