An MVP Variant?
-
I've been studying the different variations of the MVP pattern, and I think I've come up with my own variant[^]. For now, it's just a theory, but if anyone finds it useful, I'll write up an example for it. What do you guys think? :)
-
I've been studying the different variations of the MVP pattern, and I think I've come up with my own variant[^]. For now, it's just a theory, but if anyone finds it useful, I'll write up an example for it. What do you guys think? :)
I like it... but it has been tried before and it seems that in practice it never quite works out...
"Quality Software since 1983!"
http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles. -
I like it... but it has been tried before and it seems that in practice it never quite works out...
"Quality Software since 1983!"
http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles.Jasmine2501 wrote:
I like it... but it has been tried before and it seems that in practice it never quite works out...
Hmm...Why doesn't it quite work out? Is it because of the dependency on the IoC container?
-
Jasmine2501 wrote:
I like it... but it has been tried before and it seems that in practice it never quite works out...
Hmm...Why doesn't it quite work out? Is it because of the dependency on the IoC container?
I think it is because developers are too lazy to not write their own complete system. XML was supposed to solve this problem for the web... isolate the presenter from the view...
"Quality Software since 1983!"
http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles. -
I've been studying the different variations of the MVP pattern, and I think I've come up with my own variant[^]. For now, it's just a theory, but if anyone finds it useful, I'll write up an example for it. What do you guys think? :)
It would certainly make it easier to test. It would be very powerful when mocking.
Deja View - the feeling that you've seen this post before.