From ccd2c7c7b203e6799714efa158dd956074b613c2 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Wed, 8 Jun 2016 15:55:22 +0200 Subject: [PATCH] Add Mastering programming --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ed01208..28a17f8 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ I've found these books incredibly inspiring: ## Things to do +### Attitude & habits + +* [Mastering Programming](https://www.prod.facebook.com/notes/kent-beck/mastering-programming/1184427814923414#), Kent Beck. + ### Coding * [Write code that is easy to delete, not easy to extend](http://programmingisterrible.com/post/139222674273/write-code-that-is-easy-to-delete-not-easy-to)