irelephant 🍭@lemm.ee to Programmer Humor@programming.devEnglish · 1 month agolooks good to melemm.eeimagemessage-square50fedilinkarrow-up1754arrow-down18cross-posted to: [email protected]
arrow-up1746arrow-down1imagelooks good to melemm.eeirelephant 🍭@lemm.ee to Programmer Humor@programming.devEnglish · 1 month agomessage-square50fedilinkcross-posted to: [email protected]
minus-squarejubilationtcornponelinkfedilinkEnglisharrow-up8·1 month agoSo basically the same as a discard in C#?
minus-squareKaryoplasma@discuss.tchncs.delinkfedilinkarrow-up2·edit-21 month 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.