2026-03-12 16:17:06 CET
in reply to

hodlbod on Nostr: I (and the LLMs) spend way more time switching between const and let because the ...

I (and the LLMs) spend way more time switching between const and let because the linter tells us to than relying on something not being reassigned because it's declared with const. If you need const, your scopes are too big.