marquestye / pe

0 stars 0 forks source link

Multiple values error for command format #3

Open marquestye opened 1 year ago

marquestye commented 1 year ago

To reproduce:

  1. Enter add note -id 2 -tit mytitle -tit title -con NOTE_CONTENT

Technically, the user should be able to add a note with the title of mytitle -tit title if they want to.

soc-se-bot commented 12 months ago

Team's Response

We believe there is no strong use case for this. We also believe that since the constraint is very reasonable, users should operate within those constraints.

You don't put metal inside a microwave and blame the microwave if it blows up.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: While I agree that this is an unlikely case, it is still technically a possibility for consideration. Overzealous input validation is an acceptable bug report, as users could have such unanticipated inputs. Blocking the input does not add value, but allowing it does. As such, this could have been NotInScope instead of Rejected outright.