I have a question about this architecture and it is the following:
If the logic has to be in the Presenter, but in the case of the search filters for example, it is advisable to implement the logic of array.filter {}
within the same viewcontroller or is it better to call the Presenter and have the? / p>