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
First, CUP_RANGE doesn't tell me anything. Is this actually the level of the water in cup? If so, then WATER_LEVEL would be much more meaningful. Or even WATER_HEIGHT, since you have this in WaterCupModel.ts:
For code review #41 ...
In MeanShareAndBalanceConstants.js
First,
CUP_RANGE
doesn't tell me anything. Is this actually the level of the water in cup? If so, thenWATER_LEVEL
would be much more meaningful. Or evenWATER_HEIGHT
, since you have this in WaterCupModel.ts:Second, you have 9 places where you're creating a Range instance that involve these min/max constants:
Why not replace
CUP_RANGE_MIN
andCUP_RANGE_MAX
with:The text was updated successfully, but these errors were encountered: