From bdeb8022a25713ced564838c609ae8a3ca233bff Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 8 Sep 2016 12:13:07 +0200 Subject: [PATCH] Add Geography section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8405fa5..cd5a259 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A curated list of awesome falsehoods programmers believes in. - [Dates and times](#dates-and-times) - [Emails](#emails) +- [Geography](#geography) - [Human names](#human-names) - [Postal addresses](#postal-addresses) @@ -21,6 +22,11 @@ A curated list of awesome falsehoods programmers believes in. - [I Knew How To Validate An Email Address Until I Read The RFC](http://haacked.com/archive/2007/08/21/i-knew-how-to-validate-an-email-address-until-i.aspx/) +## Geography + +- [Falsehoods programmers believe about geography](http://wiesmann.codiferes.net/wordpress/?p=15187&lang=en) + + ## Human names - [Falsehoods Programmers Believe About Names](https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/)