dao
dao copied to clipboard
Handling file IO errors
Currently Dao does not report any IO errors when reading/writing files. It's an omission which may possibly lead to unexpected issues when incomplete data was read or written. Sounds improbable, but only until you encounter e.g. an SSD model prone to spontaneous driver/firmware failures under your OS. There should be way to indicate such errors, exceptions being the most obvious solution.