@[email protected] to Programmer [email protected] • 4 days agoSenior Wisdomlemmy.mlimagemessage-square63fedilinkarrow-up1764arrow-down19cross-posted to: [email protected]
arrow-up1755arrow-down1imageSenior Wisdomlemmy.ml@[email protected] to Programmer [email protected] • 4 days agomessage-square63fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink10•2 days agoAnd decent variable names if you can, as well. No magic numbers!
minus-square@[email protected]cakelinkfedilink4•2 days agoWYM, I can’t just name my functions foo() and my variables single letters? /s
minus-square@[email protected]linkfedilink6•2 days agoMake sure to remember to update your comments too, otherwise it causes even more confusion when something works differently than it says it does.
Comment your code. Problem solved.
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.Make sure to remember to update your comments too, otherwise it causes even more confusion when something works differently than it says it does.
That happened to me multiple times…