issues
search
thePlebDev
/
Clicker
A Twitch Android client built with moderators in mind. Join the subreddit to voice your ideas, questions and concerns. Link to app on Google Play store below. Next update is 2024-10-21
https://play.google.com/store/apps/details?id=elliott.software.clicker
12
stars
4
forks
source link
Unit test StreamViewModel
#450
Open
thePlebDev
opened
12 months ago
thePlebDev
commented
12 months ago
Proposed change
implement Unit tests for StreamViewModel
Why is this important
This will allow me to see where the pain points in the code are.
not only will it make the code more resilient to change but also show me where refactoring needs to take place
Additional context
After this I should try to refactor the compose code.
thePlebDev
commented
12 months ago
Test the
twitchRepoImpl
methods first
Proposed change
Why is this important
Additional context