mikeywaites / kim

Kim: A JSON Serialization and Marshaling framework
http://kim.readthedocs.org/en/latest/
Other
317 stars 17 forks source link

Group pipelines into processing steps #51

Closed mikeywaites closed 9 years ago

mikeywaites commented 9 years ago

46 To aid subclassing support and generally improve reusability of pipelines we should split the pipeline into 4 groups

input validation process output

This will allow end users to easily add to any part of the pipeline without needing to re-implement the whole thing.