nozavroni / csvelte

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

Write unit tests for all examples on site/docs #53

Closed deni-zen closed 7 years ago

deni-zen commented 8 years ago

For every code snippet/example in the documentation, you need to write a unit test to make sure that example works as expected. This will ensure that the documentation always has working code samples. There's nothing worse than copying and pasting a code sample directly from a library's homepage and having it not work. Makes the library look very not good!

nozavroni commented 8 years ago

I'll do this on the next release