hydroptic@sopuli.xyz to Programmer Humor@lemmy.ml · 10 months ago"☹️".reverse() == "🙂"sopuli.xyzimagemessage-square45linkfedilinkarrow-up1233arrow-down112
arrow-up1221arrow-down1image"☹️".reverse() == "🙂"sopuli.xyzhydroptic@sopuli.xyz to Programmer Humor@lemmy.ml · 10 months agomessage-square45linkfedilink
minus-squaretmat256@lemmings.worldlinkfedilinkarrow-up3·10 months agoIt’s also incredibly useful as a failsafe in a helper method where you need the argument to be a string but someone might pass in something that is sort of a string. Lets you be a little more flexible in how your method gets called
It’s also incredibly useful as a failsafe in a helper method where you need the argument to be a string but someone might pass in something that is sort of a string. Lets you be a little more flexible in how your method gets called