composablesys / collabs

Collabs library monorepo
https://collabs.readthedocs.io/
Apache License 2.0
253 stars 11 forks source link

Interfaces RFC: Register #100

Closed mweidner037 closed 3 years ago

mweidner037 commented 3 years ago

Interface

https://github.com/composablesys/compoventuals/blob/master/client/src/crdt/register/interfaces.ts

Planned implementations (already complete)

Questions

mweidner037 commented 3 years ago

Fine as-is, but perhaps the name should be changed (now CRegister). "Register" suggests a low-level processor register, and is probably just historical at this point. Perhaps CValue or CVariable?

mweidner037 commented 3 years ago

Implementations: move the MVR implementation within AggregateRegister.

mweidner037 commented 3 years ago

Done by https://github.com/composablesys/compoventuals/pull/138