-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
After an early implementation of it broke websites, the proposal for array grouping is switching from Array.prototype.group (instance method) to Array.group (static method). The sentiment expressed by implementers is that they don't want to keep extending prototypes, and hoping it doesn't break the web.
This signals that method chaining will become less and less viable over the next decade. It might be worth it to add this to the explainer as a motivation once grouping reaches stage 3 again.
haltcase, ljharb, mAAdhaTTah, rearchontis, btoo and 54 moreivan-kleshnin
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation