nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Commands are case sensitive #3949

Open nus-se-script opened 1 week ago

nus-se-script commented 1 week ago

Screenshot 2024-11-15 at 5.22.57 PM.png LIST should still be a valid command. This happens for all other commands such as ATTENDANCE, ADD, EDIT etc.

This will affect small portion of users who might have their caps lock on.


[original: nus-cs2103-AY2425S1/pe-interim#3868] [original labels: severity.Low type.FunctionalityBug]

weiliann commented 1 week ago

Team's Response

Hi tester, Thank you for your feedback. The case sensitivity of commands is an intentional design choice, similar to how Git and Unix commands operate. This behavior helps users identify accidental mistypes or issues like leaving Caps Lock on which ensures greater accuracy. However, we understand your suggestion and will consider introducing a configurable option in future updates, allowing users to choose between case-sensitive or case-insensitive commands based on their preferences.

Duplicate status (if any):

--