state-of-the-art-shitcode
state-of-the-art-shitcode copied to clipboard
Using Emoticons as Identifiers ಠ_ಠ
JavaScript allows for UTF8 variable names which allows use of some emoticons and some people even use emoji as identifiers in languages like C++ #39
Good : -
var ಠ_ಠ = 2022
Bad : -
var year = 2022
Why not emoji?(if possible:) Good:- var 🔗 = “https://github.com/trekhleb/state-of-the-art-shitcode” Bad: - var link = “https://github.com/trekhleb/state-of-the-art-shitcode”