Hi all, I was looking into the code of the Writer module and was wondering if there was any intent behind the use of XUnoTunnel. My first investigations make me think that it is extensively used to try to guess the real class of an object, although there are some places where we really do not care of it... I've found a place where a hole bunch of code (about 90 lines of code) could be replaced by only 1, just by using the provided interface. Not to mention the places where a well defined interface could provide some other cuts in the code... This is not only a problem of size, but it seems to me that it is unnecessarily complex (thus lowering the maintainability of the code) and really unefficient. Does someone who is familiar with Writer code has any idea on this? Is this already part of the refactoring tasks already underway in some CWS?
Regards, Christophe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
