<@U6Y33L3ME>, sure, but then we could end up havin...
# android-architecture
u
@edwardwongtl, sure, but then we could end up having ViewModel as some kind of GOD object, if one can say so. or i'm missing something here.
e
If your viewModel is becoming a GOD object, then you should look at it again and split it up into smaller pieces. Leaving only the data needed.
u
@edwardwongtl, by pieces you mean some kind of micro view models?
e
Yes