Open nus-pe-bot opened 1 year ago
Hello there! Thanks for highlighting the issue. The presence of additional space does not affect the parsing of commands, where it is a feature and not a bug. It is a feature that would prevent InternBuddy from rejecting commands just because the user accidentally entered some additional space. In fact, we have this feature in the rest of our commands.
For example, you can try the following (assuming you are working with our sample data):
Imagine you are the user who wants to execute the command view 1
. I believe you would not want your command to be rejected if you accidentally typed an additional space between view
and 1
. Hence, this is a feature that aims to make the user's life easier, and not reject his commands just because of small differences in spacing.
Hope the above clarifies your doubts! Cheers!
--
[original: nus-cs2103-AY2223S2/pe-interim#580] [original labels: type.FunctionalityBug severity.VeryLow]