From 8599e196b38841c3f185d9443dfa4dfb99cf068f Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 9 Sep 2016 01:13:57 +0200 Subject: [PATCH] Add e-commerce section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6cf628e..41d27a3 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ falsehoods are also welcome in this page. - [Meta](#meta) - [Build systems](#build-systems) - [Dates and time](#dates-and-time) +- [E-commerce](#e-commerce) - [Emails](#emails) - [Gender](#gender) - [Geography](#geography) @@ -78,6 +79,11 @@ falsehoods are also welcome in this page. - [Falsehoods Programmers Believe About Time](https://gist.github.com/thanatos/eee17100476a336a711e) - A critique of the first article with a very detailed explanation of each falsehood, adding more context and external resource to the subject. +## E-commerce + +- [Falsehoods programmers believe about online shopping](http://wiesmann.codiferes.net/wordpress/?p=22201) + + ## Emails - [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/).