Jeff Gilbert
Jeff Gilbert
The Interactor should contain application-dependent business logic. Entities (i.e. model objects) would contain application-independent business logic. However, you are right to point out that it might be better to use...
You are correct. This was a simple oversight. I haven't though of a way to make this foolproof. In general, you should the following references. strong: View -> Presenter ->...
The Wireframe is responsible for wiring up all of the components for a screen, e.g. View, Presenter and Interactor. This is usually done in a lazy fashion; at the time...