yeozongyao / pe

0 stars 0 forks source link

Unable to process command when a tab is used #6

Open yeozongyao opened 2 months ago

yeozongyao commented 2 months ago

image.png

When trying to use the delete command, I am used to using tab, however, the programme is unable to process the command aand will return me an error of no command despite me following the user guide convention:

image.png

This will cause plenty of hindrance to users and strictly restrict the users in their operation of the programme. However, since there is the alternative of using space, I shall give this functionality bug a severity of low.

nus-se-bot commented 2 months ago

Team's Response

The user guide quite clearly shows a whitespace, and not a tab. Common knowledge also dictates that spaces should be used between parameters in CLI applications.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I disagree that this is a bug that should be invalidated.

image.png

I believe this constitutes an overzealous input validation as it restricts the users and hinder the operation of the software, especially when it is not explicitly stated in the user guide. This causes inconvenience to the user, especially for users who are accustomed to a variety of intuitive programming habits.

Hence, I disagree with the team's rejection of this bug.