42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

Single Facade for all relevant user interaction #4

Closed robert-bor closed 11 years ago

robert-bor commented 11 years ago

The charm of JavaCSV is mainly that it consists of just two classes -- a reader and a writer.

Make sure that CSVeed requires a developer to interact with just one class for reading.

CsvReader, LineReader and CsvReaderInstructions can be collapsed, while maintaining the underlying organization.