What are best practices, tips, and general things to keep in mind for building an OOP GUI architecture?
+4
A:
Know the important Design Patterns, such as MVC and its constituents like Observer.
ali
2010-06-15 21:55:20
+1
A:
As a part of what user367391 mentioned, you'll want to make sure business logic is encapsulated / packaged in such a way that it can be redeployed / reused in the event that there is a need to develop new clients on different platforms.
btreat
2010-06-15 22:26:32
+1
A:
A good knowledge of Model-GUI-Mediator and MVP pattern could be' useful too. Check www.danieleteti.it for an example about MVP (Passive View variant).
Daniele Teti
2010-06-16 06:28:48