andyjohnson0 / TakeoutExtractor

Extract content files from a Google Takeout archive, rename files with a consistent naming scheme and add missing metadata. Runs on Windows and MacOS.
Other
12 stars 2 forks source link

Options validation should be done in the front-end not the core library #3

Open andyjohnson0 opened 2 years ago

andyjohnson0 commented 2 years ago

Option validation is done inside the IExtractorOptions-derived DTO classes. This exposes implementation in the UI and could be abstracted better.