Create an interface for SampleSource
Closed this issue · 2 comments
ubikfsabbe commented
We should provide an interface for SampleSource in order to allow alternates implementations
ubikloadpack commented
@ubikfsabbe
Shouldn't instanciation be made external, ie:
instead of new CsvSampleSource, use a factory or a property for className ?
ubikfsabbe commented
@ubikloadpack
It should be, but this issue does not cover the whole of this improvement.
It's just a preparatory task.