An implementation of the Chain of Responsibility Pattern with a dynamic Command Object .
Without all the fancy terms it takes in a dynamic configuration object and pipes it through a series of processors. These processors can read/write to the configuration object but are intended to process the...
More information