From 9a798f0333d22d439949f877bef9f782531f37e4 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Sat, 21 Apr 2018 21:19:05 +0200 Subject: [PATCH] Add simple made easy --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a0340d8..7719fa1 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,10 @@ Quotes: * "You can use an eraser on the drafting table or a sledge hammer on the construction site.", Frank Lloyd Wright +#### Design: simplicity + +* [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy) 🎞, Rich Hickey. This is an incredibly inspiring talk redefining simplicity, ease and complexity, and showing that solutions that look easy may actually harm your design. + ### Dev environment & tools * [Awesome Dev Env](https://github.com/jondot/awesome-devenv)