#development #php #reading-list #testing

🔗 Testing Patterns
stitcher.io

While building tempest/highlight, I came across an interesting design problem. One of its core components is a concept called "patterns"; these are classes that match a very specific part of code-to-be-highlighted using regex. Part of my test suite's responsibility is to test each of these patterns individually, to make sure they match the correct tokens, and don't match any incorrect ones.

continue reading on stitcher.io

⚠️ This post links to an external website. ⚠️