nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Change name of CSVelte\Input to CSVelte\Readable #13

Closed deni-zen closed 8 years ago

deni-zen commented 8 years ago

Since there is no longer a CSVelte\InputInterface interface, the name CSVelte\Input doesn't seem to fit any more. Maybe instead call it CSVelte\Readable or something along those lines.

nozavroni commented 8 years ago

Also considering using just an IO interface rather than Input/Output

nozavroni commented 8 years ago

Changed all of it to simply IO\Stream