Open imanamirshah opened 7 months ago
Dealing with corrupted files is not in the scope of our user task, thus implementing this feature was not part of the task to accomplish. Purposely corrupting the file of course will create a bug if corrupted file detection is not implemented.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
I corrupted the data file as seen above by removing the
f
from type and a+
from the table. It results in a thrown exception as seen above. File corruption is not handled upon starting of the app.