|
|
|
|
|
by nightbrawler
1674 days ago
|
|
[0] Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems.
I love regular expressions and figuring out the syntax to solve problems I encounter where I can use regex. Such as searching code for calls with specific named params that may be in different order across the code base. But I always have this quote in the back of my mind if I'm thinking about using regex in code, especially areas that get hit a lot.[0] https://blog.codinghorror.com/regular-expressions-now-you-ha... |
|
It's just a riff on tech-debt, imho