Hacker News new | ask | show | jobs
by nerdponx 1432 days ago
What is regex but shorthand notation for a parser?

I agree that a good codebase should generally have its regex segregated into standalone functions with their own tests (ideally property-based tests!).