Open
Description
It looks very similar of the record & tuple proposal: https://github.com/tc39/proposal-record-tuple
Your proposal is using prototypes and inheritance instead of plain object. However, it feels better tu use a 'record' instead of struct ? (performance wise, readability and immutability). Do I miss something ?
What feels interesting in this proposal is the possibility to "share" these objects, but we could apply the same logic to 'records' instead
Metadata
Metadata
Assignees
Labels
No labels