Open iynixil opened 7 months ago
We as the dev team feels that reusing the same command but with different prefixes is easier. Instead of having to remember e.g. edit_order, edit_menu, user only has to remember the respective prefixes e.g. o/ and m/. Likely these prefixes will come up often during the use of the program and getting familiar with them is also beneficial. We would think that remembering 2 letters max such as prefixes is easier than entire commands.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Description of problem: There are many commands with the same name but have different purposes based on the parameters provided. e.g
edit
used for both editing orders and editing customers.Rationale (includes explanation of severity): Personally deem it as a cosmetic flaw as the commands work. However, it may not be a good design choice to have the same command names. While the commands function properly, as a user, I found it slightly fussy to use as I will have to remember what valid parameters there are to use a command for its multiple purposes.
Recommendation/Suggestion: Use different command names for the different purposes.