this post was submitted on 14 Feb 2025
894 points (98.5% liked)

Programmer Humor

20743 readers
782 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] chad@sh.itjust.works 0 points 1 week ago (1 children)

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.

[โ€“] potustheplant@feddit.nl 5 points 1 week ago

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.