hey friends is it frown upon to use `let` all the ...
# codingconventions
t
hey friends is it frown upon to use
let
all the time?
t
Dunno about other, I like to use it when appropriate, usually while reducing the number of local variables or converting function bodies into expressions. 🤟