From acaae791ad8cc6f8b2da922b7bd16f3358e7ec3d Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Fri, 24 Nov 2017 18:42:33 +0300 Subject: [PATCH] Update article.md --- 1-js/03-code-quality/04-ninja-code/article.md | 10 ++++++++-- 1 file changed, 8 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 58bd9c2c..633d518d 100644 --- a/1-js/03-code-quality/04-ninja-code/article.md +++ b/1-js/03-code-quality/04-ninja-code/article.md @@ -1,15 +1,21 @@ # Ninja code -Programmer ninjas of the past used these tricks to make code maintainers cry. Code review gurus look for them in test tasks. Novice developers sometimes use them even better than programmer ninjas. +Programmer ninjas of the past used these tricks to make code maintainers cry. + +Code review gurus look for them in test tasks. + +Novice developers sometimes use them even better than programmer ninjas. Read them carefully and find out who you are -- a ninja, a novice, or maybe a code reviewer? [cut] + ```warn header="Irony detected" -These are rules of writing bad code. Just... You know, some people miss the point. +Ninja path lies ahead. You've been warned. ``` + ## Brevity is the soul of wit Make the code as short as possible. Show how smart you are.