Browse Source

Update README.md

pull/39/head
ANISH M 3 years ago
committed by GitHub
parent
commit
5c47af5b90
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      README.md

18
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.

Loading…
Cancel
Save