OverviewExploreTrending
Nostr Archives
OverviewExploreTrending
Pip the WoT guy11h ago
why?
💬 2 replies

Replies (2)

ChipTuner3h ago
Yeah const everything. mutable is a smell for me. If I have to use a mutable variable I'm probably doing something hacky.
0000 sats
hodlbod6h ago
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.
0000 sats