ondretann / pe

0 stars 0 forks source link

Command words are case-sensitive #4

Open ondretann opened 6 months ago

ondretann commented 6 months ago

Command words are case-sensitive, which mean commands like "COPY 1" are not recognised by the app.

Screenshot 2024-04-19 at 4.59.16 PM.png

This may have added unnecessary inconvenience for users since case-sensitivity will serve no purpose for all the commands.

nus-se-script commented 6 months ago

Team's Response

We explained this in the user guide. We think that the design choice is justified.

The command name and tag is case-sensitive, following tradition of bash shell commands. Nevertheless, all command names are in lowercase, and typing lowercase characters is faster than typing uppercase characters.

That said, it might be possible to consider having a flag in the future to enable this behavior.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]