From 7ae881947848e44798d708f78e2aa266fc356ef0 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Tue, 28 Jan 2020 06:47:11 +0100 Subject: [PATCH] Update README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c299728..ae801e3 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 like your code is already obfuscated. +### 💩 Name variables in a way as if your code was already obfuscated. Good 👍🏻 @@ -28,16 +28,16 @@ let age = 42 ### 💩 Always write comments in your local language. -You don’t want it to be readable by oversees teams. +_You don’t want it to be readable by oversees teams._ -👍🏻 Good: +Good 👍🏻 ```javascript // Обновляем состояние компонента setAge(42) ``` -👎🏻 Bad: +Bad 👎🏻 ```javascript // Update component state