From d0fecebcf70f474c9e5be23bf2d5dd1a1e115572 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Tue, 28 Jan 2020 06:47:57 +0100 Subject: [PATCH] Update README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae801e3..1e22346 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If your repository follows the state-of-the-art shitcode principles you may use ## The Principles -### πŸ’© Name variables in a way as if your code was already obfuscated. +### πŸ’© Name variables in a way as if your code was already obfuscated Good πŸ‘πŸ» @@ -26,7 +26,7 @@ Bad πŸ‘ŽπŸ» let age = 42 ``` -### πŸ’© Always write comments in your local language. +### πŸ’© Always write comments in your local language _You don’t want it to be readable by oversees teams._