Model View Presenter - Passive View - Who loads the Model?
问题 I'm curious in using the MVP Pattern to improve testability. I have experience with MVC but MVP seems different. I'm having an application that operates on a 'project' file which is in fact an compressed archive of several files and folders. This project should be my model. Where will I put the code that loads the model? I'm also thinking about another abstraction layer: Some kind of BackEndConnection. It will be able to read a project file. It can be an FileBackEndConnection or an