From 4edee190a6a3c7b804526a93019647ccf7716224 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Tue, 27 Dec 2016 11:56:52 +0100 Subject: [PATCH] Add Myths About File Paths link. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9e39f14..871fc95 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,10 @@ Attributing an identity to a software release might be harder than thought. - [Falsehoods About Build Systems](http://pozorvlak.livejournal.com/174763.html) - Building software is hard. Building software that builds software is harder. +- [Myths About File +Paths](https://yakking.branchable.com/posts/falsehoods-programmers-believe-about-file-paths/) - +Diversity of file-systems and OSes makes file paths a little harder than we +might think of. - [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings) - Challenge your assumptions about strings.