Expected:
Expected this command to work like edit_student and change the student's name
Actual:
Error is thrown
Suggestion/ Why it is problematic:
New users who are unfamiliar with the app might accidentally capitalize the first letter of the command. Making the commands case sensitive might prove to be challenging to the new users as they would need to ensure that all their commands entered are of lower case.
Steps to reproduce:
Edit_student si/1 n/alex
Expected: Expected this command to work like edit_student and change the student's name
Actual: Error is thrown
Suggestion/ Why it is problematic: New users who are unfamiliar with the app might accidentally capitalize the first letter of the command. Making the commands case sensitive might prove to be challenging to the new users as they would need to ensure that all their commands entered are of lower case.