Irelephant@lemm.ee to Programmer Humor@programming.devEnglish · 16 hours agolooks good to melemm.eeimagemessage-square30fedilinkarrow-up1498arrow-down15cross-posted to: [email protected]
arrow-up1493arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@programming.devEnglish · 16 hours agomessage-square30fedilinkcross-posted to: [email protected]
minus-squareKaryoplasma@discuss.tchncs.delinkfedilinkarrow-up6·edit-211 hours agoStarting with Java 21 (I think), they’ve introduced ignored variables, so you can now actually do this: try { operation(); } catch (Exception _) { // nice weather, eh? } Edit: forgot that this is about JS lel
minus-squarejubilationtcornpone@sh.itjust.workslinkfedilinkEnglisharrow-up2·7 hours agoSo basically the same as a discard in C#?
minus-squareKaryoplasma@discuss.tchncs.delinkfedilinkarrow-up1·edit-234 minutes 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.
minus-squareTraister101@lemmy.todaylinkfedilinkarrow-up1·9 hours agoIf your joking yes, if your not Java and Java Script are seperate things.
minus-squareJustAnotherKay@lemmy.worldlinkfedilinkarrow-up1·5 hours agoActually made this mistake in front of 20 people the other day. Guy at my job mentioned coding in java and I asked if he was doing web dev 🤦
minus-squareBangersAndMash@lemmy.worldlinkfedilinkarrow-up1·edit-24 hours agoPlenty of java back end web development, so maybe not as embarrassing as you felt?
Starting with Java 21 (I think), they’ve introduced ignored variables, so you can now actually do this:
try { operation(); } catch (Exception _) { // nice weather, eh? }
Edit: forgot that this is about JS lel
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.
Same thing right?
If your joking yes, if your not Java and Java Script are seperate things.
His joking?
Actually made this mistake in front of 20 people the other day. Guy at my job mentioned coding in java and I asked if he was doing web dev 🤦
Plenty of java back end web development, so maybe not as embarrassing as you felt?