257m@lemmy.ml to Programming@programming.dev · 2 years agoWhat are your programming hot takes?message-squaremessage-square75linkfedilinkarrow-up111arrow-down10
arrow-up111arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 2 years agomessage-square75linkfedilink
minus-squarehellishharlot@programming.devlinkfedilinkarrow-up0arrow-down1·2 years agoUsing single character variable names is always bad practice
minus-squarejvisick@programming.devlinkfedilinkarrow-up1·2 years agoMostly agree. I’m ok with single characters in a one line / single expression lambda, but that’s the only time I’m ok with it.
Using single character variable names is always bad practice
Mostly agree. I’m ok with single characters in a one line / single expression lambda, but that’s the only time I’m ok with it.