@coderonearth
hot take 💥 UPPER_CASE in JS
Had a fun debate with my onchainsite.xyz team — does UPPER_CASE belong in JS/TS?
In C/Java, constants get compile-time love. In JS, const just means no reassignment — no magic.
We agreed: outside of process.env.SOMETHING, UPPER_CASE is just yelling for nothing 😅