Nov 11, 2021
I surprised somebody explains it as it should be :D. great job. everyone is writing class first and than testing it -> not TDD
that ViewModel -> UseCase -> Repository -> DataSource is overkill and not accurate for real world IMO, if you do TDD you go where tests take you :D, than refactor to fit to some architecture
side question: have you managed to run Compose tests without emulator? just like unit tests?