Open mamayuan opened 11 months ago
Thank you for your input. We believe that this is the correct behaviour as the first error message is trying to say that the INDEX has to be a positive number while the second error message is trying to say that 200 is not a valid index as there is no employee with the index 200. We believe that this should be considered a feature flaw instead.
Under the Feature Flaw bug:
Team chose [type.FeatureFlaw
]
Originally [type.FunctionalityBug
]
Reason for disagreement: [replace this with your explanation]
Upon entering
delete 0
anddelete 200
(200 is larger than the size of the data). Both are considered invalid indices but the error messages are different and inconsistent. This can potentially confuse the user.