Sort sections alphabetically.

This commit is contained in:
Kevin Deldycke
2017-09-19 16:53:59 +02:00
parent b5ad2164d8
commit 5d2afcacad
2 changed files with 15 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ changes.
- Eventually add a description to the section.
- Section title must be linked to from the [table of
contents](README.md#contents).
- Sections must be alphabetically sorted.
- Search past and current issues and pull-requests for previous suggestions
before making a new one, as yours may be a duplicate or a work in progress.

View File

@@ -16,13 +16,13 @@ A curated list of awesome falsehoods programmers believe in.
- [Emails](#emails)
- [Geography](#geography)
- [Human Identity](#human-identity)
- [Internationalization](#internationalization)
- [Multimedia](#multimedia)
- [Networks](#networks)
- [Phone Numbers](#phone-numbers)
- [Postal Addresses](#postal-addresses)
- [Science](#science)
- [Society](#society)
- [Internationalization](#internationalization)
- [Software Engineering](#software-engineering)
- [Typography](#typography)
- [Contributing](#contributing)
@@ -178,6 +178,19 @@ A flexible data model for representing human names.
Localized representations of the components of a persons name.
## Internationalization
- [Falsehoods About
Language](http://garbled.benhamill.com/2017/04/18/falsehoods-programmers-believe-about-language/) -
Translating a software from English is not as straightforward as it seems to
be.
- [i18n Testing Data](https://github.com/patch/i18n-testing) - Real-word
international and diverse name data for unit testing and QA.
- [Internationalis(z)ing Code](https://www.youtube.com/watch?v=0j74jcxSunY) -
A video about things you need to keep in mind when internationalizing your
code.
## Multimedia
- [Falsehoods About
@@ -245,19 +258,6 @@ Tech](https://gist.github.com/Su-Shee/5d1a417fa9de19c15477) - Myth about women
in STEM (Science, Technology, Engineering, Math) industries.
## Internationalization
- [Falsehoods About
Language](http://garbled.benhamill.com/2017/04/18/falsehoods-programmers-believe-about-language/) -
Translating a software from English is not as straightforward as it seems to
be.
- [i18n Testing Data](https://github.com/patch/i18n-testing) - Real-word
international and diverse name data for unit testing and QA.
- [Internationalis(z)ing Code](https://www.youtube.com/watch?v=0j74jcxSunY) -
A video about things you need to keep in mind when internationalizing your
code.
## Software Engineering
- [Falsehoods About