From 75a5d2480bbe98f86a47b097da76edee0e1b5070 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 29 Dec 2016 09:19:50 +0100 Subject: [PATCH] Add falsehoods on CSV files --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 130d226..1809a95 100644 --- a/README.md +++ b/README.md @@ -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.