Open marquestye opened 1 year ago
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.
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.
To reproduce:
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.