Add falsehoods on CSV files

This commit is contained in:
Kevin Deldycke
2016-12-29 09:19:50 +01:00
parent 0edb7626f0
commit 75a5d2480b

View File

@@ -239,6 +239,9 @@ might think of.
- [Falsehoods About REST
APIs](http://slinkp.com/falsehoods-programmers-believe-about-apis.html) -
Pitfalls to be mindful of when creating and documenting APIs.
- [Falsehoods About
CSVs](https://donatstudios.com/Falsehoods-Programmers-Believe-About-CSVs) -
While RFC4180 to exists, it is far from definitive and goes largely ignored.
- [Big List of Naughty
Strings](https://github.com/minimaxir/big-list-of-naughty-strings) - Challenge
your assumptions about strings.