Skip to content

Separating Concerns

tkellogg edited this page May 3, 2011 · 5 revisions

Separating Concerns

Most challenges of IT programming isn't so much about math & algorithms, it's about managing complexity. Creating fluent workflows is great, but having fluent workflows sprinkled throughout your code leads to unnecessary duplication. Objectflow provides some tools to modularize your workflow logic. The keystone of this abstraction is the workflow mediator.

Clone this wiki locally