On 29 juin, 14:27, Sean <[email protected]> wrote: > I think in general MVP is always going to be very wordy. There's a ton > of abstraction going on so that several developers can work on the > same app all at different levels and as long as the interfaces remain > intact, they won't step on each other's toes. I'm a single developer > working on my own website so I figured MVP wasn't a good fit for me > because I won't gain anything from the benefits of MVP.
MVP allows you to unit-test the "P", which I think is worth it even for small projects (well, if you have somewhat "complex enough" interactions that they would benefit from being unit-tested, but that's quickyl the case even in small projects) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
