Open kdh3799 opened 1 year ago
Thanks for feedback regarding the help
command of BadMaths
. As a developer, I would like to clarify that the function of the help
command is to display the help manual stored in the corresponding text file, which it does successfully. The content displayed by the help command matches the content stored inside the file, which indicates that the function is working correctly.
Regarding your concern about the different lengths of line separators, please note that this is not a bug. The variation in the length of the line separators is intentional, as it is intended to assist the user in reading the manual and improve the overall aesthetic of the text. Therefore, it should not be considered a bug or an issue with the help
command.
Team chose [response.Rejected
]
Reason for disagreement: As shown in the screenshot, the length of the last separator does not match any of the above separators, either the separators within the 'Help' response or the separators at the start of the program. Thus, this should be considered a cosmetic issue.
steps to reproduce
enter 'Help'
expected
Hello! Welcome to the Help Manual for BadMaths!
Thank you for using BadMaths. We hope that BadMaths will be a useful study tool in helping you to perform Mathematical Operations. For more details, please visit our GitHub website [https://github.com/AY2223S2-CS2113-F10-2/tp]. If you have any queries on BadMaths, please contact [wilsonleejunwei@u.nus.edu].
actual
Help
Hello! Welcome to the Help Manual for BadMaths!
Thank you for using BadMaths. We hope that BadMaths will be a useful study tool in helping you to perform Mathematical Operations. For more details, please visit our GitHub website [https://github.com/AY2223S2-CS2113-F10-2/tp]. If you have any queries on BadMaths, please contact [wilsonleejunwei@u.nus.edu].
screenshots