Lessons learned

This past weekend working with the “bBlog”:http://www.bblog.com codebase I was
reminded of an important principle when it comes to multiple developers on one
code base: test your fixes before merging. In trying to fix a problem of spam
html sneaking through comment moderation, I changed a regex to a more
comprehensive expression. However I used single quotes(’) rather than [...]