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
I am in the process of implementing the measurement (flip, reveal) for the coins on the "Coins" screen, and I'm undecided about whether the state of the experiment represented in CoinsExperimentSceneModel.singleCoinExperimentStateProperty and CoinsExperimentSceneModel.multiCoinExperimentStateProperty should be set directly from the controls in the view, or if this should only be changed by the model and the view uses more explicit methods on the model the change the state. I'm going to mark it with a TODO and reconsider it later.
The text was updated successfully, but these errors were encountered:
I am in the process of implementing the measurement (flip, reveal) for the coins on the "Coins" screen, and I'm undecided about whether the state of the experiment represented in
CoinsExperimentSceneModel.singleCoinExperimentStateProperty
andCoinsExperimentSceneModel.multiCoinExperimentStateProperty
should be set directly from the controls in the view, or if this should only be changed by the model and the view uses more explicit methods on the model the change the state. I'm going to mark it with a TODO and reconsider it later.The text was updated successfully, but these errors were encountered: