From b71325991ac0b6bfff367b4bbda0b3a682bdf89d Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Mon, 22 Mar 2021 09:49:53 +0100 Subject: [PATCH] Add learning quotes --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 770e963..e0d31d1 100644 --- a/README.md +++ b/README.md @@ -653,6 +653,18 @@ Richard Feynman's Learning Strategy: > "Experience is something you don't get until just after you need it." > ― Steven Wright +> Tell me and I forget. Teach me and I remember. Involve me and I learn. +> – Benjamin Franklin + +> Education is the kindling of a flame, not the filling of a vessel. +> – Socrates + +> That which we persist in doing becomes easier for us to do; not that the nature of the thing itself is changed, but that our power to do is increased. +> – Ralph Waldo Emerson + +> A wise man can learn more from a foolish question than a fool can learn from a wise answer. +> – Bruce Lee + ### Low-level, assembly - [Back to Basics](https://www.joelonsoftware.com/2001/12/11/back-to-basics/), Joel Spolsky. Explains why learning low level programming is important.