Open felissaf opened 2 years ago
See the below image.
Team chose [response.Rejected
]
Reason for disagreement: I feel that even if it is deliberate sabotage, the program should still be responsive and not cause any error in the terminal. In this case, when I click enter, there is nothing happening in the UI, which is not the behaviour specified in the UG as when we click enter, the command should either be accepted or there would be an error message shown in the UI, which is not present in this case. This kind of error (integer overflow) should have been anticipated and be caught in the code.
Integer overflow error is not caught in the code hence causing user to not be able to press enter when the user accidentally put in large values. There should be an error message displayed instead "Change in Participation must be between -500 and 500 inclusive.".
Happened when I type: participation 1, 4,10 ses/1 add/20000000000
Actual:
Expected: