1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00

Add falsehoods on CSV files

This commit is contained in:
Kevin Deldycke 2016-12-29 09:19:50 +01:00
parent 0edb7626f0
commit 75a5d2480b
No known key found for this signature in database
GPG key ID: C572BB01B1ED5A3A

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.