this post was submitted on 14 Feb 2025
889 points (98.5% liked)
Programmer Humor
20717 readers
1804 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.