Strategy Pattern with different parameters
I think there is some confusion about what the task actually is. In my thinking a task is something that is done by a clerk. So you are able to create a task itself without knowing about a clerk. Based on that task you can choose an appropriate clerk for it. The assignment of the … Read more