skydoves / MovieCompose

🎞 A demo movie app using Jetpack Compose and Hilt based on modern Android tech stacks.
Apache License 2.0
505 stars 71 forks source link

Generic solution for movie and tvshow to apply DRY principle #8

Open alirezaeiii opened 3 months ago

alirezaeiii commented 3 months ago

Hi, I see that you have two separated bits of code for Movie and TVShow, which are all doing the same things. Can we have a single source of code for the common part of the Movie and TVShow? So we follow the DRY principle. Same for UI as well as ViewModel.

Great repository as always.