From 0e567b065d6805353c647071c4afd01bad1d0c78 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Sun, 16 Oct 2016 15:24:14 +0200 Subject: [PATCH] Add design --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d55db2..e238e6e 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ I highly recommend reading [The Non-Designer's Design Book](http://www.amazon.co * If you're working on data, Edward Tufte's [The Visual Display of Quantitative Information](http://www.amazon.com/Visual-Display-Quantitative-Information/dp/0961392142/ref=sr_1_1?ie=UTF8&qid=1458046603&sr=8-1&keywords=tufte) is considered a classic. * The [Universal Principles of Design](http://www.amazon.com/Universal-Principles-Design-Revised-Updated/dp/1592535879/ref=sr_1_1?ie=UTF8&qid=1458046663&sr=8-1&keywords=universal+principles+of+design) will give you enough vocabulary and concepts to describe design challenges into words. * [Microsoft's Rest API guidelines](https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md) +* [Book recommendations from HackerNews](https://news.ycombinator.com/item?id=12711060) ### Design patterns & anti-patterns (OOP)