You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ideal API and implementation both are different enough to warrant separation. Also reexamine whether ObservableValue and ObservableProperty are necessary and worth the complexity. Perhaps have them not inherit from Observable, but instead have values() and changes() methods which return observables.
The text was updated successfully, but these errors were encountered:
The ideal API and implementation both are different enough to warrant separation. Also reexamine whether
ObservableValue
andObservableProperty
are necessary and worth the complexity. Perhaps have them not inherit fromObservable
, but instead havevalues()
andchanges()
methods which return observables.The text was updated successfully, but these errors were encountered: