@[email protected] to Programmer [email protected] • 3 months agowhat debugging regex feels likelemmy.mlimagemessage-square73fedilinkarrow-up1906cross-posted to: [email protected]
arrow-up1906imagewhat debugging regex feels likelemmy.ml@[email protected] to Programmer [email protected] • 3 months agomessage-square73fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink2•3 months 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-square@[email protected]linkfedilink4•2 months 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.