nusCS2113-AY1920S1 / pe-dev-response

0 stars 0 forks source link

command is not short enough #734

Open nus-pe-bot opened 4 years ago

nus-pe-bot commented 4 years ago

For example, at least, every slash before the first word of a command can be omitted. Typing it every time is kind of complexity.


[original: nusCS2113-AY1920S1/pe-interim#734]

mong-nus commented 4 years ago

Team's Response

Thank you for your feedback. It seems like you are requesting for a feature to remove the slash ("/") before every command instead of reporting a bug. OwlMoney is functioning as designed to only accept valid commands with slash in front. This is a common industry-wide practise such that even the widely popular game minecraft uses a slash in front of its server commands. Below is an example of what we have mentioned.

image.png

If you are talking about time complexity, it is still O(1).

Duplicate status (if any):

--