From 5c47af5b90f84809c02104b54d5a22640b2265fe Mon Sep 17 00:00:00 2001 From: ANISH M <58029804+Anish-M-code@users.noreply.github.com> Date: Sun, 28 Nov 2021 15:57:48 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 8b98726..1a51d51 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,24 @@ let windowWidth = 640; let windowHeight = 480; ``` +### 💩 Use emoticons as identifiers + +Feel free to express your feelings. + +_Good 👍🏻_ + +```javascript +let ʘ‿ʘ = 42; +let ಠ_ಠ = 2022; +``` + +_Bad 👎🏻_ + +```javascript +let age = 42; +let year = 2022; +``` + ### 💩 Never write comments No one is going to read your code anyway.