From 2be077d4d438dc6f3a8596fbc06d641030ff9687 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Tue, 28 Jan 2020 08:31:58 +0100 Subject: [PATCH] Add more principles. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f14b96..b43a186 100644 --- a/README.md +++ b/README.md @@ -187,3 +187,7 @@ function someFunction() { } } ``` + +### 💩 Avoid covering your code with tests + +This is a duplicate and unnecessary amount of work.