PythOnRails to Programming · 1 year ago"Useless syntax sugar": Numbered block parameters in Rubyzverok.spaceexternal-linkmessage-square35fedilinkarrow-up165arrow-down14
arrow-up161arrow-down1external-link"Useless syntax sugar": Numbered block parameters in Rubyzverok.spacePythOnRails to Programming · 1 year agomessage-square35fedilink
minus-squareMiaou@jlai.lulinkfedilinkarrow-up1arrow-down1·1 year agoLhs and rhs are much better than x and y
minus-squareexussum@lemmy.worldlinkfedilinkarrow-up2·1 year agoIn what way? If you encountered a function that had x and y which just added them together, that’s not readable enough?
minus-squareMiaou@jlai.lulinkfedilinkarrow-up1·1 year agoWell in a vacuum yes sure, you’re right, but in practice there’s always some context. x and y could be referring to axes, where an addition makes little sense. However lhs and rhs make more sense if you’re overloading an operator
Lhs and rhs are much better than x and y
In what way? If you encountered a function that had x and y which just added them together, that’s not readable enough?
Well in a vacuum yes sure, you’re right, but in practice there’s always some context. x and y could be referring to axes, where an addition makes little sense. However lhs and rhs make more sense if you’re overloading an operator