Add e-commerce section.

This commit is contained in:
Kevin Deldycke
2016-09-09 01:13:57 +02:00
parent 2682e94ed6
commit 8599e196b3

View File

@@ -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/).