Closed tabatkins closed 8 months ago
Attendees: Daniel Minor, Jack, Jordan, Ron, Tab
when prefix - Tab hasn't completed their action to document other langs
when
non-boolean extractor - switch to preferring Array-like, and only falling back to iterator.
Jordan says all objects are technically array-like, since .length check coerces
Ron: c#'s deconstruct uses ref/out params, have a pending proposal but it's probably too far off to matter
Ron: Python didn't do custom extractor, they did instanceof and a list of props to access
Group okay with strict array-like, falling back to iterator
Tab: do we want to apply the strict array-like to array patterns too?
Jack: specifically, do champions prefer Array or strict array-like?
Tab: are we aiming for next meeting?
Jack: can we just use the AO?
What's the "AO"?
Abstract Operation (in this case, the one checking to see if something is array-like)
Attendees: Daniel Minor, Jack, Jordan, Ron, Tab
when
prefix - Tab hasn't completed their action to document other langsnon-boolean extractor - switch to preferring Array-like, and only falling back to iterator.
Jordan says all objects are technically array-like, since .length check coerces
Ron: c#'s deconstruct uses ref/out params, have a pending proposal but it's probably too far off to matter
Ron: Python didn't do custom extractor, they did instanceof and a list of props to access
Group okay with strict array-like, falling back to iterator
Tab: do we want to apply the strict array-like to array patterns too?
Jack: specifically, do champions prefer Array or strict array-like?
Tab: are we aiming for next meeting?