hydroptic@sopuli.xyz to Programmer Humor@programming.dev · 10 months ago"☹️".reverse() == "🙂"sopuli.xyzimagemessage-square9fedilinkarrow-up113arrow-down10
arrow-up113arrow-down1image"☹️".reverse() == "🙂"sopuli.xyzhydroptic@sopuli.xyz to Programmer Humor@programming.dev · 10 months agomessage-square9fedilink
minus-squareRVGamer06@sh.itjust.workslinkfedilinkarrow-up0·10 months agoHas someone made a library for that?
minus-squarehydroptic@sopuli.xyzOPlinkfedilinkarrow-up1·10 months agoUse a dynamically typed language and you won’t have to: just override the default reverse() method on strings like a Real Programmer! Unintended consequences you say? Nonsense! What could possibly go wrong?
minus-squarepetey@aussie.zonelinkfedilinkarrow-up1·10 months agoI’m tempted to publish an NPM package to do so as a joke, but I fear that it’d get used seriously
Has someone made a library for that?
Use a dynamically typed language and you won’t have to: just override the default
reverse()
method on strings like a Real Programmer!Unintended consequences you say? Nonsense! What could possibly go wrong?
I’m tempted to publish an NPM package to do so as a joke, but I fear that it’d get used seriously