From cd823fd869a119db4267593643b97509a1721b64 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 3 Nov 2017 09:52:00 +0100 Subject: [PATCH] Scott Davis about developer skills --- PRINCIPLES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PRINCIPLES.md b/PRINCIPLES.md index 7213278..44c0ee2 100644 --- a/PRINCIPLES.md +++ b/PRINCIPLES.md @@ -58,6 +58,7 @@ * [Andy Hunt & Dave Thomas](https://twitter.com/nicolopigna/status/921280768697143296) - the original DRY principle : "Every piece of knowledge must have a single, unambiguous, authoritative representation, within a system" * A prototype is worth a thousand meetings * Business software implementation and development is unpredictable. There will always be things to alter timeline and priorities. [Tina Marie Parker](https://twitter.com/Nozeyparkers/status/922403525950353409) +* As a developer you should strive to at least understand one level of abstraction deeper than you work on - [Scott Davis](https://twitter.com/danielbryantuk/status/919866216222724096) # from my twitter * [MorganGeek](https://twitter.com/MorganGeek/statuses/420907517934178304) - Problem solving / Productivity : Good programmers write code after they found the solution. Un bon programmeur ne commence à coder qu'après avoir trouvé une solution.