Y
Hacker News
new
|
ask
|
show
|
jobs
by
StilesCrisis
23 days ago
Why? Unless it's an extraordinarily hot code path, it doesn't matter. A regex once compiled will be quite efficient.
4 comments
gspetr
23 days ago
It's simple, unless you're given a specific broader context (like we have an enterprise customer data pruning system that needs to handle a broad range of corner cases) then you must not resort to overengineering
this
early in an interview.
link
suttontom
22 days ago
This is a good example of being bad at writing code.
link
Chris2048
23 days ago
And an extra import. also, it sounds like they where looking specifically for knowledge of built-in operators.
link
JCTheDenthog
22 days ago
You have a problem, so you try to solve it with a regex. You now have two problems.
link