From a1fd89cb4c516774d5f47074504ca4172a2a072f Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Tue, 16 Feb 2016 15:27:07 +0100 Subject: [PATCH] Update TOC --- README.md | 22 ++++++++++++++++++++++ feature-flags.md | 10 ++++++++++ 2 files changed, 32 insertions(+) diff --git a/README.md b/README.md index 54adfe1..c40f476 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ + + +# Table of Contents + +- [Professional Programming](#professional-programming) + - [Must read books](#must-read-books) + - [Must-read articles](#must-read-articles) + - [Things to do](#things-to-do) + - [Coding](#coding) + - [Things to know](#things-to-know) + - [Know your editor](#know-your-editor) + - [Know your dev environment](#know-your-dev-environment) + - [Know your shell](#know-your-shell) + - [Know your dotfiles](#know-your-dotfiles) + - [Know your git](#know-your-git) + - [Know how to debug](#know-how-to-debug) + - [Know how to architect systems](#know-how-to-architect-systems) + - [Know your language](#know-your-language) + - [Know your design patterns and anti-patterns](#know-your-design-patterns-and-anti-patterns) + + + # Professional Programming > Give me six hours to chop down a tree and I will spend the first four sharpening the axe. (Abraham Lincoln) diff --git a/feature-flags.md b/feature-flags.md index c660b24..6d394ab 100644 --- a/feature-flags.md +++ b/feature-flags.md @@ -1,3 +1,13 @@ + + +# Table of Contents + +- [Why use feature flags?](#why-use-feature-flags) + - [Should feature flags be used for everything?](#should-feature-flags-be-used-for-everything) + - [References](#references) + + + Why use feature flags? ======================