Glyph on Nostr: Prior art to refer to here: - NSKeyValueObserving: not great since it is implemented ...
Prior art to refer to here:
- NSKeyValueObserving: not great since it is implemented with the mega-est mega-inheritance ever, built into the language's version of 'object', and I don't think we should add a 'autoContentAccessingProxy' to Python's built-in core type.
- MutationObserver: observes DOM nodes only, more like a bag of string config than an actual type
- Object.defineProperties: prototypes are just kind of … lateral inheritance
so I'm struggling to find a good pattern to learn from
- NSKeyValueObserving: not great since it is implemented with the mega-est mega-inheritance ever, built into the language's version of 'object', and I don't think we should add a 'autoContentAccessingProxy' to Python's built-in core type.
- MutationObserver: observes DOM nodes only, more like a bag of string config than an actual type
- Object.defineProperties: prototypes are just kind of … lateral inheritance
so I'm struggling to find a good pattern to learn from