From e2c97820edff5084e11a0cd3aeb172331b8f9e2e Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 9 Sep 2016 02:13:24 +0200 Subject: [PATCH] Apply link template and 80-char guidelines rules. --- README.md | 82 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 60 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 5142526..997edf1 100644 --- a/README.md +++ b/README.md @@ -83,76 +83,114 @@ falsehoods are also welcome in this page. - [Awesome Falsehood](https://github.com/kdeldycke/awesome-falsehood) - A curated list of awesome falsehoods programmers believe in. -- [Falsehoods Programmers Believe](http://spaceninja.com/2015/12/08/falsehoods-programmers-believe/) - A brief list of common falsehoods. A great overview and quick introduction into the world of falsehoods. +- [Falsehoods Programmers +Believe](http://spaceninja.com/2015/12/08/falsehoods-programmers-believe/) - A +brief list of common falsehoods. A great overview and quick introduction into +the world of falsehoods. ## Build systems -- [Falsehoods programmers believe about build systems](http://pozorvlak.livejournal.com/174763.html) +- [Falsehoods programmers believe about build +systems](http://pozorvlak.livejournal.com/174763.html) ## Dates and time -- [Falsehoods programmers believe about time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time) - Seminal article on dates and time. -- [More falsehoods programmers believe about time](http://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time) - Part. 2 of the article above. -- [Falsehoods programmers believe about time and time zones](http://www.creativedeletion.com/2015/01/28/falsehoods-programmers-date-time-zones.html) - Another takes on time-related falsehoods, with an emphasis on time zones. -- [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. +- [Falsehoods programmers believe about +time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time) - +Seminal article on dates and time. +- [More falsehoods programmers believe about +time](http://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time) - +Part. 2 of the article above. +- [Falsehoods programmers believe about time and time +zones](http://www.creativedeletion.com/2015/01/28/falsehoods-programmers-date-time-zones.html) - +Another takes on time-related falsehoods, with an emphasis on time zones. +- [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) +- [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/). +- [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/). ## Gender -- [Falsehoods Programmers Believe About Gender](https://gist.github.com/garbados/f82604ea639e0e47bf44) +- [Falsehoods Programmers Believe About +Gender](https://gist.github.com/garbados/f82604ea639e0e47bf44) ## Geography -- [Falsehoods programmers believe about geography](http://wiesmann.codiferes.net/wordpress/?p=15187). +- [Falsehoods programmers believe about +geography](http://wiesmann.codiferes.net/wordpress/?p=15187). ## Human names -- [Falsehoods Programmers Believe About Names](https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/). -- [XKCD #327: Exploits of a Mom](https://xkcd.com/327/). -- [HL7 V3 RIM](http://www.hl7.org/implement/standards/product_brief.cfm?product_id=186): a flexible data model for representing human names. -- [iOS NSPersonNameComponentsFormatter](https://developer.apple.com/library/ios/documentation/Miscellaneous/Reference/NSPersonNameComponentsFormatter_Class/index.html): localized representations of the components of a person’s name. +- [Falsehoods Programmers Believe About +Names](https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/). +- [XKCD #327: Exploits of a +Mom](https://xkcd.com/327/). +- [HL7 V3 +RIM](http://www.hl7.org/implement/standards/product_brief.cfm?product_id=186) - +A flexible data model for representing human names. +- [iOS +NSPersonNameComponentsFormatter](https://developer.apple.com/library/ios/documentation/Miscellaneous/Reference/NSPersonNameComponentsFormatter_Class/index.html) - +Localized representations of the components of a person’s name. ## Networks -- [Falsehoods programmers believe about networks](http://blog.erratasec.com/2012/06/falsehoods-programmers-believe-about.html) +- [Falsehoods programmers believe about +networks](http://blog.erratasec.com/2012/06/falsehoods-programmers-believe-about.html) ## Phone numbers -- [`libphonenumber`](https://github.com/googlei18n/libphonenumber): Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. Also available for [C#](https://github.com/erezak/libphonenumber-csharp), [Objective-C](https://github.com/iziz/libPhoneNumber-iOS), [Python](https://github.com/daviddrysdale/python-phonenumbers), [Ruby](https://github.com/sstephenson/global_phone) and [PHP](https://github.com/giggsey/libphonenumber-for-php). +- [`libphonenumber`](https://github.com/googlei18n/libphonenumber) - Google's +common Java, C++ and JavaScript library for parsing, formatting, and validating +international phone numbers. Also available for +[C#](https://github.com/erezak/libphonenumber-csharp), +[Objective-C](https://github.com/iziz/libPhoneNumber-iOS), +[Python](https://github.com/daviddrysdale/python-phonenumbers), +[Ruby](https://github.com/sstephenson/global_phone) and +[PHP](https://github.com/giggsey/libphonenumber-for-php). ## Prices -- [Falsehoods programmers believe about prices](https://gist.github.com/rgs/6509585). +- [Falsehoods programmers believe about +prices](https://gist.github.com/rgs/6509585). ## Postal addresses -- [Falsehoods programmers believe about addresses](https://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses/). -- [`libaddressinput`](https://github.com/googlei18n/libaddressinput): Google's common C++ and Java library for parsing, formatting, and validating international postal addresses. -- [`addressing`](https://github.com/commerceguys/addressing): A PHP 5.4+ addressing library, powered by Google's dataset. -- [`postal-address`](https://github.com/scaleway/postal-address): Python module to parse, normalize and render postal addresses. +- [Falsehoods programmers believe about +addresses](https://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses/). +- [`libaddressinput`](https://github.com/googlei18n/libaddressinput) - Google's +common C++ and Java library for parsing, formatting, and validating +international postal addresses. +- [`addressing`](https://github.com/commerceguys/addressing) - A PHP 5.4+ +addressing library, powered by Google's dataset. +- [`postal-address`](https://github.com/scaleway/postal-address) - Python +module to parse, normalize and render postal addresses. ## Versions -- [Falsehoods programmers believe about versions](https://github.com/xenoterracide/falsehoods/blob/master/versions.md) +- [Falsehoods programmers believe about +versions](https://github.com/xenoterracide/falsehoods/blob/master/versions.md) ## Contributing