|
|
|
|
|
by laputan_machine
1674 days ago
|
|
It's really subject-specific. What I usually see is a small problem easily solved by Regex, that a few months later down the line we need to expand the regex a little bit, but that's ok it's still readable... repeat this a bunch of times and now you have a critical regex line that nobody really understands how it works and nobody ever wants to touch without it being unit-tested to death. It's just a riff on tech-debt, imho |
|