I've noticed that some ZOPE Python Products define an
initialize() routine in their __init__.py file and some don't. From what I can
tell it is not really needed, but simply offers a more organized way
of registering the Product.
Is it good practice to define initialize(), and if so, why +
what does it do?
kh