From 13ad906930fce6856319c1b2f7b238679d65acf5 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Tue, 3 Oct 2017 09:47:09 +0200 Subject: [PATCH] Add documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b2d8dbe..73c603b 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ - [Incident response (alerting, outages, firefighting)](#incident-response-alerting-outages-firefighting) - [Internet](#internet) - [Interviewing](#interviewing) + - [JavaScript](#javascript) - [Learning](#learning) - [Project management](#project-management) - [Programming language](#programming-language) @@ -199,6 +200,11 @@ Tools * [tmux: terminal multiplexer](http://tmux.github.io/) * [htop: an interactive process viewer for Linux](http://hisham.hm/htop/) +### Documentation + +* [Documentation-Driven Development](https://gist.github.com/zsup/9434452) +* [Writing automated tests for your documentation](https://krausefx.com/blog/writing-automated-tests-for-your-documentation): this should be required, IMO. Testing code samples in your documentation ensures they never get outdated. + ### Dotfiles * [Awesome dotfiles](https://github.com/webpro/awesome-dotfiles)