PythOnRails@programming.dev to Programming@programming.dev · 1 year ago"Useless syntax sugar": Numbered block parameters in Rubyzverok.spaceexternal-linkmessage-square19fedilinkarrow-up139arrow-down13cross-posted to: technews@radiation.party
arrow-up136arrow-down1external-link"Useless syntax sugar": Numbered block parameters in Rubyzverok.spacePythOnRails@programming.dev to Programming@programming.dev · 1 year agomessage-square19fedilinkcross-posted to: technews@radiation.party
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up4arrow-down1·edit-21 year ago The liberty to not name things that are obvious. and that’s yet another way to end up with hard to read code. Variables hold values that have meaning. Learn how to name things and you’ll write good code.
minus-squareexussum@lemmy.worldlinkfedilinkarrow-up1arrow-down1·1 year agoThis makes me want to write a function for you to add to numbers where the variables are leftumber and rightnumber, instead of x and y.
and that’s yet another way to end up with hard to read code.
Variables hold values that have meaning. Learn how to name things and you’ll write good code.
This makes me want to write a function for you to add to numbers where the variables are leftumber and rightnumber, instead of x and y.