JonathanKhooTY / pe

0 stars 0 forks source link

Ctrl-C does not allow for exit of software smoothly #7

Open JonathanKhooTY opened 3 years ago

JonathanKhooTY commented 3 years ago

Uncaught error exception when attempting to exit software with Ctrl-C. No mention of it in UG.

image.png

nus-pe-bot commented 3 years ago

Team's Response

Ctrl-C is meant to terminate the program on command line. If the program does not terminate with ctrl-c, the user will face problems trying to terminate the program.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Team's response does not make sense. I understand that Ctrl-C is meant to terminate the program. However, it should terminate smoothly, and have a similar exit pattern to the usage of the actual "Exit" command.

Attempting to exit the program here as shown in my screenshot throws an unhandled exception, which should not be the case.