From 5a6c6b04c7bb2734b98f80b0f4acaf3c6be778b2 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 9 Sep 2016 00:18:43 +0200 Subject: [PATCH] Update section title. --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5a611b..b308614 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,24 @@ A curated list of awesome falsehoods programmers believe in. TODO: explain why this list is aweseome. +You want to solve all problem of the world? Not so fast. There's a huge +dicrepency between the world you picture in your head and the reality. The +world is much more complicated, full of edge cases and inconsitencies. + +Because of war, love, law, + +dispelled myth + +and/or expose how a a business domain or a particular familiar concept is much +more intricate and complex than expected. + +When possible, we provide a list of libraries or module that may solve, or try +to, the complexities and idiosyncracies of the pointed domain. + ## Contents -- [Dates and times](#dates-and-times) +- [Dates and time](#dates-and-time) - [Emails](#emails) - [Gender](#gender) - [Geography](#geography) @@ -22,7 +36,7 @@ TODO: explain why this list is aweseome. - [Versions](#versions) -## Dates and times +## Dates and time - [Falsehoods programmers believe about time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time).