Tagged Questions
0
votes
1answer
190 views
What are some patterns for creating views and controllers in an MVC or MVP app?
I'm working on a MVC/MVP GUI for editing a document. The document has a tree structure, with some nodes representing text, others images. The app model also includes a command stack, with commands ...