Currently we call setters manually; would it be better to implement some sort of Observer pattern? We are essentially keeping two models up to date. For an example: see PowerModel#setGradientAsPercentage; we also keep the slope in the BushidoBrakeModel.
Currently we call setters manually; would it be better to implement some sort of Observer pattern? We are essentially keeping two models up to date. For an example: see PowerModel#setGradientAsPercentage; we also keep the slope in the BushidoBrakeModel.