gmo / common

MIT License
0 stars 0 forks source link

Second attempt at CSV code #9

Closed CarsonF closed 6 years ago

CarsonF commented 6 years ago

I broke out most logic into separate classes for reusability and SRP. Code uses PSR's StreamInterface now for read/write operations. CsvFile doesn't open a stream until iteration and writing is now separate object.