montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Assess whether dispatchBeforeOwnPropertyChange and co have ever been used in any real project #228

Open marchant opened 4 years ago

marchant commented 4 years ago

They are expensive and if not used for the past 9 years, they gotta go.

johnnykahalawai commented 4 years ago

@marchant -

They are used in Contour.

marchant commented 4 years ago

I which pattern? I mean, we know implementing it ourselves is faster than letting the default system do it, but is there code listening on beforeChange events actually being sent?

johnnykahalawai commented 4 years ago

@marchant ,

I see. I don't see handleBefore* being used.