PythOnRails@programming.dev to Programming@programming.dev · 2 years ago"Useless syntax sugar": Numbered block parameters in Rubyzverok.spaceexternal-linkmessage-square17linkfedilinkarrow-up139arrow-down13
arrow-up136arrow-down1external-link"Useless syntax sugar": Numbered block parameters in Rubyzverok.spacePythOnRails@programming.dev to Programming@programming.dev · 2 years agomessage-square17linkfedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up3·edit-22 years 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.
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.