First off, apologies for entering the discussion after it has formally
ended.
I'm not sure this has any relevance now that the PEP is accepted and the
reference implementation merged. If not, sorry and feel free to ignore.
"Leftmost Value (First-Seen) Wins" was rejected because
> it is not clear
= null;
> > var other = "test";
> > value = value || other;
> > console.log(value);
> test
>
> FWIW, I have very rarely seen "|=" used as an operator in JS, but I've
> seen "value = value || other" used a decent amount.
>
> ---
&g
Dear Amna, thank you for your interest in my talk, and sorry for the late
reply. Unfortunately, I won't be able to make it this year. Please feel
free to reach out again in the future. Wishing you all the best, and thank
you for organizing this conference :) Claudio
On Thu, 6 Aug 2020 at 18:22, Am