hydroptic@sopuli.xyz to Programmer Humor@lemmy.ml · 4 months ago"☹️".reverse() == "🙂"sopuli.xyzexternal-linkmessage-square27fedilinkarrow-up1233cross-posted to: [email protected]
arrow-up1233external-link"☹️".reverse() == "🙂"sopuli.xyzhydroptic@sopuli.xyz to Programmer Humor@lemmy.ml · 4 months agomessage-square27fedilinkcross-posted to: [email protected]
minus-squaretmat256@lemmings.worldlinkfedilinkarrow-up3·4 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