Hello people,
today I managed to create an example of MVP usage.
I've used the Martin Fowler's Album Window example and translated it to wxPython
http://wiki.wxpython.org/index.cgi/ModelViewPresenter
the wiki page describes the usage of the pattern and at the bottom of the page there is an archive with the complete implementation.
Where should I put the link to that page? At the end of Getting Started, somewhere in the Cookbook or the Front Page?
In my view this is an important pattern for people to know. I've been bitten too many time to remember when I've started small and clean and the project code soon became unmanageable due to poor overall structure of the code.
What do you think?
Peter