[Zope-dev] Next Step to Bug Resolution???

Dieter Maurer dieter at handshake.de
Fri Dec 19 13:41:51 EST 2008


Tim Cook wrote at 2008-12-18 08:35 -0200:
> ...
>"Yeah we use the really cool, robust, well tested and trusted
>application server called the Zope Component Architecture because it
>really shows the strengths of the open source development process.  Oh,
>by the way, after everything is installed you have to replace a core ZCA
>file with the one we provide you in order to make it actually work."

I often approach situations like this with so called "Monkey Patches":
I replace or enhance classes or methods during startup (triggered
by some startup event).

This may not be optimal but allows me to solve my problems without
tight coupling with the core developpers who usually do not have
my problems and tend not see them as very high priority.


-- 
Dieter


More information about the Zope-Dev mailing list