MowsamR / LibraryManagement

1 stars 0 forks source link

Storing data to the file storage after the execution of commands that change the state of the system #11

Open MowsamR opened 1 year ago

MowsamR commented 1 year ago

If the system fails to store the data on the file storage due to an error (e.g. file is already in used or corrupted), the program must inform the user and rollback any changes made to the system prior to the error. You can change the file permission to “read-only” in order to test this functionality.