Irelephant@lemm.ee to Programmer Humor@programming.devEnglish · 6 days agolooks good to melemm.eeexternal-linkmessage-square49fedilinkarrow-up1749arrow-down18
arrow-up1741arrow-down1external-linklooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@programming.devEnglish · 6 days agomessage-square49fedilink
minus-squarejubilationtcornpone@sh.itjust.workslinkfedilinkEnglisharrow-up8·6 days agoSo basically the same as a discard in C#?
minus-squareKaryoplasma@discuss.tchncs.delinkfedilinkarrow-up2·edit-25 days 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.