reginateh / pe

0 stars 0 forks source link

App freezes when input large number #4

Open reginateh opened 1 week ago

reginateh commented 1 week ago

image.png

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.

nus-se-bot commented 1 week ago

Team's Response

This is a clear case of extreme user behaviour:

image.png

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.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: image.png 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)