From b1a89bbe16b70de1741de739fbce7d4e5d2a9101 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 9 Sep 2016 00:19:40 +0200 Subject: [PATCH] Add meta section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a40942b..4818601 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ to, the complexities and idiosyncracies of the pointed domain. ## Contents +- [Meta](#meta) - [Build systems](#build-systems) - [Dates and time](#dates-and-time) - [Emails](#emails) @@ -37,6 +38,11 @@ to, the complexities and idiosyncracies of the pointed domain. - [Versions](#versions) +## Meta + +- [Falsehoods Programmers Believe](http://spaceninja.com/2015/12/08/falsehoods-programmers-believe/) - A brief list of common falsehoods. A great overview and quick introduction into the world of falsehoods. + + ## Build systems - [Falsehoods programmers believe about build systems](http://pozorvlak.livejournal.com/174763.html)