On Wednesday, February 8, 2012 12:57:22 PM UTC+1, Zdenek wrote: > > Am I really violating MVP design with the callbacks? >
I'd say yes (at least it probably makes things harder to unit-test, which is one of the reasons to use MVP int he first place). Now the question is whether it's a real problem. My rule of thumb: do what you think is best for you, don't try to achieve "theoretical purity" at all cost, but stay "agile" and don't fear refactoring things if/when you think you found a better solution (as in "would be better for you", not "would move me nearer to theoretical purity"). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/8BMc3GaNdSsJ. 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.
