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.
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.