From 1325324705e2f9064f7d1dc0238a1ac2d830683e Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 12 Sep 2016 13:22:40 +0200 Subject: [PATCH] Merge e-commerce, prices and taxes under business section. --- README.md | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 567fdca..b29be73 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,22 @@ A curated list of awesome falsehoods programmers believe in. > The logic of the world is prior to all truth and falsehood. > - Ludwig Wittgenstein +https://github.com/minimaxir/big-list-of-naughty-strings ## Contents - [Foreword](#foreword) - [Meta](#meta) - [Build Systems](#build-systems) +- [Business](#business) - [Dates and Time](#dates-and-time) -- [E-Commerce](#e-commerce) - [Emails](#emails) - [Geography](#geography) - [Human Identity](#human-identity) - [Networks](#networks) - [Phone Numbers](#phone-numbers) -- [Prices](#prices) - [Postal Addresses](#postal-addresses) - [Versions](#versions) -- [Taxes](#taxes) - [Contributing](#contributing) - [Good Candidates](#good-candidates) - [*Falsehood* Articles](#falsehood-articles) @@ -59,6 +58,18 @@ Systems](http://pozorvlak.livejournal.com/174763.html) - Building software is hard. Building software that build software is harder. +## Business + +- [Falsehoods About Online +Shopping](http://wiesmann.codiferes.net/wordpress/?p=22201) - Covers prices, +currencies and inventory. +- [Falsehoods About +Prices](https://gist.github.com/rgs/6509585) - Covers currencies, amounts and +localization. +- [`tax`](https://github.com/commerceguys/tax) - A PHP 5.4+ tax management +library. + + ## Dates and Time - [Falsehoods About @@ -81,13 +92,6 @@ the globe. of the idiosyncracies in time keeping can find an explanation in history. -## E-Commerce - -- [Falsehoods About Online -Shopping](http://wiesmann.codiferes.net/wordpress/?p=22201) - Covers prices, -currencies and inventory. - - ## Emails - [I Knew How to Validate an Email Address Until I Read the @@ -147,13 +151,6 @@ international phone numbers. Also available for [PHP](https://github.com/giggsey/libphonenumber-for-php). -## Prices - -- [Falsehoods About -Prices](https://gist.github.com/rgs/6509585) - Covers currencies, amounts and -localization. - - ## Postal Addresses - [Falsehoods About @@ -175,12 +172,6 @@ Versions](https://github.com/xenoterracide/falsehoods/blob/master/versions.md) - Attributing an identity to a software release might be harder than though. -## Taxes - -- [`tax`](https://github.com/commerceguys/tax) - A PHP 5.4+ tax management -library. - - ## Contributing Your contributions are always welcome! Please take a look at the [contribution