nozavroni / csvelte

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

Move Collection namespace into its own library #167

Closed nozavroni closed 6 years ago

nozavroni commented 7 years ago

Create a new library called nozavroni/collection(s) (not sure about the "s") and move everything you've done with collections into it. Then create a CSVelte\Collection\CollectionInterface interface so that people are free to use whatever collection library they want.

nozavroni commented 6 years ago

I have created a repo at nozavroni/collect which I am using for collections