samuelory / pe

0 stars 0 forks source link

spaces not allowed after argument prefix #7

Open samuelory opened 4 months ago

samuelory commented 4 months ago

image.png some people use spaces after argument prefixes, not allowing it could be confusing when an error is thrown but it looks correct to them.

nus-pe-script commented 4 months ago

Team's Response

We understand that allowing spaces could give more freedom to the user, but space itself is also a character and would not be recognized as correct syntax by our program. Plus the correct syntax is already provided clearly in UG and help message. In addition, parsing an extra space in front of an argument does not contribute to the main functionality of our program, and we need to put more time to deal with arguments that are supposed to be parsed as int/float type.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]