montagejs / collections

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

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

Open marchant opened 5 years ago

marchant commented 5 years ago

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

johnnykahalawai commented 5 years ago

@marchant -

They are used in Contour.

marchant commented 5 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 5 years ago

@marchant ,

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