irelephant [he/him]🍭@lemm.ee to Programmer Humor@programming.devEnglish · 4 months agolooks good to melemm.eeimagemessage-square48linkfedilinkarrow-up1735arrow-down18
arrow-up1727arrow-down1imagelooks good to melemm.eeirelephant [he/him]🍭@lemm.ee to Programmer Humor@programming.devEnglish · 4 months agomessage-square48linkfedilink
minus-squarejubilationtcornpone@sh.itjust.workslinkfedilinkEnglisharrow-up7·4 months agoSo basically the same as a discard in C#?
minus-squareKaryoplasma@discuss.tchncs.delinkfedilinkarrow-up2·edit-24 months agoYeah, Python has it as well. I think the only real use of it is code readability since you declare that this variable will never be used.
So basically the same as a discard in C#?
Yeah, Python has it as well. I think the only real use of it is code readability since you declare that this variable will never be used.