We should do some more work to separate concerns in the simple export classes. Now they do data loading and validation and export in the class, and some exports multiple objects while others only one. It is not easy to test these classes and they require mocking both of environment and data loading.
It would be nice if data loading and validaton was done upfront before and the simple export class was used primarily to export the data.
We should do some more work to separate concerns in the simple export classes. Now they do data loading and validation and export in the class, and some exports multiple objects while others only one. It is not easy to test these classes and they require mocking both of environment and data loading.
It would be nice if data loading and validaton was done upfront before and the simple export class was used primarily to export the data.