Refactoring the business rules model: an exploration
In the previous post, I wrote about an emerging pattern to model business rules. These rules were modeled in a purely object-oriented fashion. It uses an interface and a number of implementations. In the current post, I want to explore where we can get from here.