Add meta section.

This commit is contained in:
Kevin Deldycke
2016-09-09 00:19:40 +02:00
parent 68dac43565
commit b1a89bbe16

View File

@@ -24,6 +24,7 @@ to, the complexities and idiosyncracies of the pointed domain.
## Contents
- [Meta](#meta)
- [Build systems](#build-systems)
- [Dates and time](#dates-and-time)
- [Emails](#emails)
@@ -37,6 +38,11 @@ to, the complexities and idiosyncracies of the pointed domain.
- [Versions](#versions)
## Meta
- [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)