2026-03-12 16:13:31 CET
in reply to

hodlbod on Nostr: The necessity to go back and forth between `let` and `const` depending on whether a ...

The necessity to go back and forth between `let` and `const` depending on whether a variable is reassigned isn't worth the mental overhead conserved by knowing that a variable isn't reassigned provided by `const`