lexicalscope.com
Compositional Patterns for Test Driven Development
This article is going to look at how to implement a parameterizable algorithm so it can both conform generally to the open/closed principal and also most effectively be tested. A common pattern for…