DEV Community

Discussion on: MVWTF: Demystifying Architecture Patterns

Collapse
 
jnareb profile image
Jakub Narębski

@adammc331 : There is an error in the article, namely all of the Model-View-Controller images are Model-View-Presenter diagrams.

Collapse
 
adammc331 profile image
Adam McNeilly

Fixed! Thanks for pointing it out for me. :)

Collapse
 
adammc331 profile image
Adam McNeilly

MVC is often described in different ways unfortunately, there's usually not a consistent answer.

How do you view the flow of data in MVC? And if what we have here is really MVP, what would you change about the MVP diagrams in this post?

Collapse
 
jnareb profile image
Jakub Narębski

Maybe I was not entirely clear. What I menat is that three first figures use the same image, with Model, Presenter, View and User nodes. (One at the beginning of the "MVC Diagram", one in "Why Don't We Use This On Android?" subsection, and one in "Model-View-Presenter").

They use exactly the same IMG tag, with the same image URL, and the same ALT attribute.

Thread Thread
 
adammc331 profile image
Adam McNeilly

Ah! So sorry! Will fix!

Thread Thread
 
adammc331 profile image
Adam McNeilly

I thought I had the right picture but that the diagram itself was wrong. 🙈 Will fix once I'm at a computer.