From 52086ad72a5a067ce420d8c0c487da7125a54edc Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 8 Oct 2017 19:27:14 +0200 Subject: [PATCH] add twitter quote on programmers --- QUOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/QUOTES.md b/QUOTES.md index db705ed..ec1e049 100644 --- a/QUOTES.md +++ b/QUOTES.md @@ -11,3 +11,4 @@ * > "Let's clarify : Jira is not Agile, Open Source is not Free, Using cloud is not DevOps, Rituals is not Scrum, Developed is not Done" Lemi Orhan Ergin. [Source](https://twitter.com/lemiorhan/status/859158123722010628) * > "Software being 'Done' is like lawn being 'Mowed'." - Jim Benson * React to someone's mistake and you are part of the problem. Support and help them, and you are part of the solution. +* Ask a programmer to review 10 lines of code, he'll find 10 issues. Ask him to do 500 lines and he'll say it looks good.