@[email protected] to Programmer [email protected] • 4 months agoSenior Wisdomlemmy.mlimagemessage-square63fedilinkarrow-up1787arrow-down19cross-posted to: [email protected]
arrow-up1778arrow-down1imageSenior Wisdomlemmy.ml@[email protected] to Programmer [email protected] • 4 months agomessage-square63fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink12•4 months agoAnd decent variable names if you can, as well. No magic numbers!
minus-square@[email protected]linkfedilink7•4 months agoWYM, I can’t just name my functions foo() and my variables single letters? /s
And decent variable names if you can, as well.
No magic numbers!
WYM, I can’t just name my functions
foo()
and my variables single letters? /s$retVal
and$item
are my personal favourite.