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
This continues the work in #17 to make Dexter's core more immutable and easier to reason about.
Specifically, any of the objects passed to event handlers should be readonly to guarantee that event handlers don't have unintended side effects for future event handlers or internal functionality.
We may want to consider making other key objects like AbstractModel.params deep readonly as well.
The text was updated successfully, but these errors were encountered:
This continues the work in #17 to make Dexter's core more immutable and easier to reason about.
Specifically, any of the objects passed to event handlers should be readonly to guarantee that event handlers don't have unintended side effects for future event handlers or internal functionality.
We may want to consider making other key objects like
AbstractModel.params
deep readonly as well.The text was updated successfully, but these errors were encountered: