257m@lemmy.ml to Programming@programming.dev · 3 years agoWhat are your programming hot takes?message-squaremessage-square108linkfedilinkarrow-up114arrow-down10
arrow-up114arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 3 years agomessage-square108linkfedilink
minus-squarehellishharlot@programming.devlinkfedilinkarrow-up1arrow-down1·3 years agoUsing single character variable names is always bad practice
minus-squarejvisick@programming.devlinkfedilinkarrow-up1·3 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.
minus-square9point6@lemmy.worldlinkfedilinkarrow-up1·3 years agoExcept i right? Something like counter or index seems unconventional and unnecessarily verbose
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.
Except
iright? Something likecounterorindexseems unconventional and unnecessarily verbose