Joven-Heng / pe

0 stars 0 forks source link

Sorting sorts according to ascii letters but not the alphabets itself. #7

Open Joven-Heng opened 3 years ago

Joven-Heng commented 3 years ago

Since sorting will put the capital letters first then small letters since it is sorted by ASCII, one may not be able to find their item(especially in a very large list)

image.png

Perhaps just changing it to lowercase before sorting may be a better way( or use a comparator to sort according to lowercase letters)

nus-se-bot commented 3 years ago

Team's Response

We accept this bug report as a feature flaw instead of a functionality bug, since the functionality works as expected.

If the users' intention was to find an item, they should use the find command instead.

Items for the Tester to Verify

:question: Issue type

Team chose [type.FeatureFlaw] Originally [type.FunctionalityBug]

Reason for disagreement: [replace this with your explanation]