jared-ee / pe

0 stars 0 forks source link

Cumbersome for multiple arguments #3

Open jared-ee opened 1 year ago

jared-ee commented 1 year ago

Several functions (such as adding a meal) require multiple arguments input from the user. If all of them have wrong input format, only the error message for the first one is displayed.

image.png

User will think only their input format for the first argument is wrong and change only that. Then, the program will only inform them the second argument's format is also wrong. It is cumbersome and so error messages for all wrong input formats should be displayed at once.

nus-se-bot commented 1 year ago

Team's Response

Product is for fast typist and experienced for CLI users.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: When it comes to such a long string input, even experienced users who make it a point to double check their input line before hitting enter might accidentally gloss over a typo they made.