Open tjch-o opened 1 year ago
As seen in the CS2103T website below, this is caused by extreme behaviour.
Also, in our NFR, we stated that this application's scalability would only be up to 1000 for the time being, hence such a number will never be used.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
When I test the
delete
command with a number that is very large such asdelete 1000000000000000
the error message should beindex out of range
rather thanit is not of type positive integer
especially when 1000000000000000 is a positive integer.