洪 民憙 (Hong Minhee)@lemmy.ml to Programming@programming.devEnglish · 2 months agoStop writing CLI validation. Parse it right the first time.hackers.pubexternal-linkmessage-square20fedilinkarrow-up1115arrow-down16
arrow-up1109arrow-down1external-linkStop writing CLI validation. Parse it right the first time.hackers.pub洪 民憙 (Hong Minhee)@lemmy.ml to Programming@programming.devEnglish · 2 months agomessage-square20fedilink
minus-squaretheherk@lemmy.worldlinkfedilinkarrow-up16·2 months agoCould have used oneOf or exactlyOne, but or is definitely a bad choice.
Could have used
oneOforexactlyOne, butoris definitely a bad choice.