Skip to content
Marxos edited this page Mar 6, 2022 · 5 revisions

To ease re-use, data in can be filtered in some interesting way before heading to the object(s) for transformation. A filter could potentially pre-sort a bunch of objects, for example, and send different inputs to different objects.

Filters are generally for cleaning inputs to form a uniform data stream for input to objects, whereas decotators are for making data usable by humans.


See also:
Clone this wiki locally