From 51aff82819ce54f8a1aec3d6edce5486e086e465 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sat, 16 Dec 2017 14:23:54 +0300 Subject: [PATCH] minor --- 1-js/03-code-quality/04-ninja-code/article.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/1-js/03-code-quality/04-ninja-code/article.md b/1-js/03-code-quality/04-ninja-code/article.md index 8ad21003..4ed183fa 100644 --- a/1-js/03-code-quality/04-ninja-code/article.md +++ b/1-js/03-code-quality/04-ninja-code/article.md @@ -1,6 +1,11 @@ # Ninja code -Programmer ninjas of the past used these tricks to make code maintainers cry. + +```quote author="Confucius" +Learning without thought is labor lost; thought without learning is perilous. +``` + +Programmer ninjas of the past used these tricks to make sharpen the mind of code maintainers. Code review gurus look for them in test tasks. @@ -12,7 +17,7 @@ Read them carefully and find out who you are -- a ninja, a novice, or maybe a co ```warn header="Irony detected" -Many start following ninja paths. Few succeed. +Many try to follow ninja paths. Few succeed. ```