From 9e14157bc6248e758586dce1be24ff9417054877 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Wed, 18 Sep 2019 10:37:00 +0200 Subject: [PATCH] Add Steven Wright quote about experience --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 27ac9bb..c9a9d89 100644 --- a/README.md +++ b/README.md @@ -467,6 +467,9 @@ Richard Feynman's Learning Strategy: > One bit of advice: it is important to view knowledge as sort of a semantic tree — make sure you understand the fundamental principles, ie the trunk and big branches, before you get into the details/leaves or there is nothing for them to hang on to. > — Elon Musk +> "Experience is something you don't get until just after you need it." +> ― Steven Wright + ### Low-level * [Back to Basics](https://www.joelonsoftware.com/2001/12/11/back-to-basics/), Joel Spolsky. Explains why learning low level programming is important.