Skip to content

Commit

Permalink
Clarify that new interface could support new semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Aug 7, 2024
1 parent 3450d45 commit 7c22a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion accepted/2024/observable_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ exceptions.
- Pro: Consumers opt-into bulk events by subscribing to a different event.
This allows a single instance of `ObservableCollection<T>` to be bound to
multiple UI elements and leverage bulk updates when it's supported while
falling back when it's not.
falling back when it's not. This would also allow change of semantics to
allow for non-contiguous updates, for instance.
- Con: Complicates that API; requires all consumers to explicitly opt-in, even
if happen to already support bulk notifications. Will likely take longer to
be supported by UI frameworks.
Expand Down

0 comments on commit 7c22a95

Please sign in to comment.