fsgmhoward / CS2113T-pe

0 stars 0 forks source link

Inconsistency in command format #5

Open fsgmhoward opened 3 years ago

fsgmhoward commented 3 years ago

There are total 5 commands listed in the UG, namely:

listAllLocations<facility_type>
search facilityType/id
search in building_name
findFacility<facility><facility_type><top k>
bye

I would say this is very confusing for the users. Some commands use capitalised character while some use space to separate words. More over, arguments are supplied to listAllLocations and findFacility using arrow brackets <> while the others use empty space to split.

It would be better if all of them are standardized into one format. For example, search in become:

searchIn<building_name>
nus-pe-bot commented 3 years ago

Team's Response

No details provided by team.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: The team does not provide details for the rejection so I would insist my original opinion.