Open dillontkh opened 6 months ago
Feature flaw is when the feature becomes less useful to the intended target user for normal usage.
The addt command is specifically tailored for adding tags to items within our system. By allowing users to specify multiple tags in a single command, we aim to enhance efficiency and streamline the tagging process. The inclusion of the "t/" prefix serves as a delimiter that enables users to clearly separate individual tags within the command.
Removing the "t/" prefix would indeed simplify the command syntax, but it would also restrict users to adding only one tag at a time. This could result in a less efficient and more cumbersome tagging process, especially for users who frequently need to tag multiple items simultaneously. Instead, this would be the exact opposite of a feature flaw.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
The
addt
command is already specifically for adding tags, so having to specify thet/
tag feels a bit redundant.