Open FireRadical22 opened 1 year ago
Hi, we see the point you are making but we have decided to handle such rare instances by only accepting the last field. We have explicitly stated our design decision in section 3.3 of our UG.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
All commands that require a field with a prefix (n/name, p/phone number, a/address, eid/id etc., excluding t/tags) allows more than 1 of the same field to be passed through.
For instance, executing
adep n/Hello n/Engineering
was acceptable where based on UG, adep should only be taking in one n/ field.Another example is
feid eid/1 eid/2
, where based on UG, feid should only be taking in one eid/ field.