Open nichyjt opened 1 year ago
Regarding the issue you raised about modifying the notes.txt
file while the program is running, unfortunately, the behavior is currently not supported in the current version. The program is designed for users to focus on handling math problems as the main feature, with the note feature being a supplementary feature.
In order to maintain stability and reliability, it is recommended that users keep from modifying the notes.txt file while the program is running. However, users are free to edit the file before running the program or after exiting the program.
We understand that this may be inconvenient for some users, and we appreciate your suggestion of allowing concurrent modification of the notes.txt file in future versions of the program.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
Description
While running
BadMath
, as per the program constraints of needing the file to be human editable, I added in some valid inputs to thenotes.txt
file. Initially, the file was empty.Upon
List
, no notes are shown to exist.Shouldn't the list be updated based on whatever is edited on the file?
Screenshot
Side by side view of the
notes.txt
and terminal