When NOT to use MVVM?
- by Vitalij
I have started using MVVM pattern recently. I have had several projects where I used it and with every new one, I start to see that it will fit great within that new project.
And now I start to ask myself are there situation when it's better NOT to use MVVM. Or is it such a nice pattern which you can use anywhere?
Could you please describe several scenarios where MVVM wouldn't be the best choice?