Philipp von Weitershausen wrote:
>>I assume you mean refactoring, yes?
>>
>>
>Yes, I would like to move all processor packages to a "processors" package, for
>instance. Feedback?
>
Let me see if I understand your reasons. Putting the processor specific
code
in a separate Python package will emphasize the separation of concerns and
enhance reusability for other projects. In effect, we are creating the
beginnings
of a separately distributable abstraction layer along the lines of JAXP.
Separating them in this way also makes it more clear that they can evolve
independently from the rest of ZopeXmlMethods, as long as the interface
does not
change.
Sounds like a fine idea!
--Craeg
|