aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Carlos García <[email protected]>2016-05-15 01:42:09 +0200
committerJosé Carlos García <[email protected]>2016-05-15 01:42:09 +0200
commit4bf47e30e3628df4d566256c583967d49ea235a4 (patch)
tree1598666233d80cb1f30e4fe6207108970544f06d
parent522db8edc39782374a0bf185576781acf5b698e6 (diff)
downloadawesome-regex-4bf47e30e3628df4d566256c583967d49ea235a4.tar.xz
awesome-regex-4bf47e30e3628df4d566256c583967d49ea235a4.zip
Added a new article
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bfc5c8a..7b99a4d 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [5 Techniques to Improve Regex Performance](https://www.loggly.com/blog/five-invaluable-techniques-to-improve-regex-performance/) - Craft your own powerful, yet efficient regex
- [The Bad, the Better, and the Best](https://www.loggly.com/blog/regexes-the-bad-better-best/) - How a few characters can make a difference in performance
- [The Greatest Regex Trick Ever](http://www.rexegg.com/regex-best-trick.html) - So you're doubtful at the mention of a "best regex trick"?
+- [Treat regular expressions as code, not magic](http://alexwlchan.net/2016/04/regexes-are-code/) - If you don’t write them carefully, you can end up with an unmaintainable monstrosity
## Books