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
It might be good to move away from model setters where possible, in case the data can be provided via the constructor. It improves immutability, as long as we keep extensibility in the implementation layer.
Identify models / setters
Adjust models
The text was updated successfully, but these errors were encountered:
I think optional attributes should be nullable. As mentioned before in the future we will probably implement an event system where users can plug in to events. These events will likely carry these objects and hence they user will be able to modify the objects as per their use case.
It might be good to move away from model setters where possible, in case the data can be provided via the constructor. It improves immutability, as long as we keep extensibility in the implementation layer.
The text was updated successfully, but these errors were encountered: