Open reginateh opened 1 week ago
This is a clear case of extreme user behaviour:
The value provided by the tester, 30000000000, translates to approximately 3.4 million years. This is an unrealistic value for any practical use case and would not reasonably be entered by an end-user under normal circumstances. According to the course website's guidelines on functionality bugs, issues arising from extreme user behaviour are not considered valid bugs.
Team chose [response.Rejected
]
Reason for disagreement: The course website also states that extreme user behaviours should not harm or crash the app. This bug causes an uncaught exception that prevents the app from reacting when pressing the enter key. Since it is possible for users to type 1 or 2 more 0s in their numbers mistakenly, this bug should be handled so that it reacts to the user's action at least. (eg. display a parsing error)
When I put a large number under
h/
, the app doesn't react when I press enter.Some exception isn't handled judging by the terminal output.