TabrizPlv / pe

0 stars 0 forks source link

str cannot accomodate for very large values #11

Open TabrizPlv opened 1 year ago

TabrizPlv commented 1 year ago

when i try to use str 999999999999999999999999999 in edit mode, the program tells me that I have an Incorrect value format. From a user's point of view, this is a valid input as a user will definitely not know what the upper bound of int is. The UG should be clear in stating the maximum value, or the program should allow for such big values.

nus-se-script commented 1 year ago

Team's Response

With the context of TTRPGs, the maximum strength values are typically between the ten to hundred range. Thus, this is definitely not a valid input since the user is a TTRPG player.

Enhancements to the current range of accepted values and error messages is not a priority compared to the current work and may be introduced in future iterations.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]