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
Is there any unnecessary coupling? (e.g., by passing large objects to constructors, or exposing unnecessary properties/functions)
ToolboxPanel does not need the entire model, it needs 4 Properties: isMeasuringTapeInPlayAreaProperty, measuringTapeTipPositionProperty, isTimerInPlayAreaProperty, isWaveMeterInPlayAreaProperty.
The text was updated successfully, but these errors were encountered:
Related to code review #259:
ToolboxPanel does not need the entire model, it needs 4 Properties: isMeasuringTapeInPlayAreaProperty, measuringTapeTipPositionProperty, isTimerInPlayAreaProperty, isWaveMeterInPlayAreaProperty.
The text was updated successfully, but these errors were encountered: