cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agowhat debugging regex feels likelemmy.mlimagemessage-square68fedilinkarrow-up1906arrow-down114cross-posted to: [email protected]
arrow-up1892arrow-down1imagewhat debugging regex feels likelemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square68fedilinkcross-posted to: [email protected]
minus-squarechadlinkfedilinkarrow-up2arrow-down1·1 month agoI fall in the abandon it camp. Code is read way more times than it is written. I’d rather read an algorithm that validates input than read a regex that validates input.
minus-squarepotustheplant@feddit.nllinkfedilinkarrow-up4·1 month agoYou’re discussing a completely different use case from what I said. RegEx can be increidbly useful but it’s not always the only/best option.
I fall in the abandon it camp. Code is read way more times than it is written. I’d rather read an algorithm that validates input than read a regex that validates input.
You’re discussing a completely different use case from what I said. RegEx can be increidbly useful but it’s not always the only/best option.