From 289833c57d90147ee6cca1f3dcef54af07457cd5 Mon Sep 17 00:00:00 2001 From: leeyc0 Date: Tue, 26 May 2020 09:25:19 +0800 Subject: [PATCH] Change to Tao Te Ching --- 1-js/03-code-quality/04-ninja-code/article.md | 4 ++-- 1 file changed, 2 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 98beab96..8e2ffc55 100644 --- a/1-js/03-code-quality/04-ninja-code/article.md +++ b/1-js/03-code-quality/04-ninja-code/article.md @@ -104,8 +104,8 @@ A quick read of such code becomes impossible. And when there's a typo... Ummm... ## Smart synonyms -```quote author="Misattributed to Confucius" -The hardest thing of all is to find a black cat in a dark room, especially if there is no cat. +```quote author="Laozi (Tao Te Ching)" + he name that can be named is not the eternal name. ``` Using *similar* names for *same* things makes life more interesting and shows your creativity to the public.