MVVM issue
gaara87 opened this issue · 2 comments
gaara87 commented
From whatever i've done and read, you have claimed that you are following the MVVM pattern, but I think its incorrect for the ViewModel to contain a reference of the View.
rakshakhegde commented
I like my approach because it's easy to write Unit Tests for it. Else I'll have a bit more logic stuck in View. This is my approach.