Hacker News new | ask | show | jobs
by csunbird 2244 days ago
Please do not forget the fact that after a couple of months, you want to make a small change, but you forgot the edge cases when you first created the regex :D
1 comments

Unit tests will help with this.
I would have to unit-test my command line commands :)
If they are critical: why not? If they aren't: you can live with missing a corner case or two. :-)