bbtsoftware / BBT.StructureTools

Tools to copy, convert and compare object structure
MIT License
3 stars 4 forks source link

Remove interceptors #29

Open pascalberger opened 5 years ago

pascalberger commented 5 years ago

Preprocessings and postprocessings should cover all use cases. There should be no need for interceptors.

marco-bertschi commented 5 years ago

Seconded. An interceptor should be a specialization of a processing which indicates if a given node of the tree shall be processed.