Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Renaming class in change detection #1091

@vicb

Description

@vicb

@mhevery, what do you think of the following changes:

Record<H> -> Change<H>
WatchRecord<H> -> ??
MapChangeRecord<K, V> -> MapChanges<K, V>
MapKeyValue<K, V> -> MapChangeRecord<K, V>
CollectionChangeRecord<V> -> CollectionChanges<V>
CollectionChangeItem<V> -> CollectionChangeRecord<V>

The main reason for the change is to conform to the observe package terminology. I also find this better suited.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions