Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva authored Sep 12, 2024
1 parent 8c695b7 commit 604d4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Related TODO files:
- Observe multiple attributes or indexed/keyed/nested attribute expressions with a single observer
- Consider the idea of having before_read and before_write support cancelling a data-binding operation by returning `false`, returning `:cancel`, Or by receiving an extra arg that enables calling arg.cancel on or something similar to avoid having normal code cancel the data-binding operation just because it returns nil.
- Consider supporting concurrent/parallel interpretation of expression hierarchies by assigning each one an ID that is used to identify it if multiple hierarchies were interpreted in multiple concurrent/parallel threads.
- Consider model attribute to attribute data-binding that prevents the need for calling Glimmer::DataBinding::Observer.proc {}.observe() explicitly

### Miscellaneous

Expand Down

0 comments on commit 604d4cf

Please sign in to comment.