Would ViewModels fit in the Model View Presenter pattern?
        Posted  
        
            by Jonn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jonn
        
        
        
        Published on 2010-06-16T07:39:31Z
        Indexed on 
            2010/06/16
            7:42 UTC
        
        
        Read the original article
        Hit count: 314
        
Having used ViewModels in MVC, I was wondering if applying the same to the MVP pattern is practical. I only have a few considerations, one being that MVP is already fairly hard to implement (with all the additional coding, not much on the seeming complexity) or that ViewModels already have a slightly similar way of modeling data or entities. Would adding another layer in the form of ViewModels be redundant or is it a logical abstraction that I, as one implementing the MVP pattern, should adhere to?
© Stack Overflow or respective owner