tarekahmedb200 / MovieApp

2 stars 0 forks source link

Inject one Use Case for home #2

Open ahmed-yamany opened 3 months ago

ahmed-yamany commented 3 months ago

https://github.com/tarekahmedb200/MovieApp/blob/61b65bf05ceca433030ebfc86e6edec7901b65ad/MovieApp/Home/Presenters/ViewModels/HomeViewModel.swift#L26

I recommend creating a one use case for home injected to home view model that communicates to other use cases this will add a more separation layer

tarekahmedb200 commented 3 months ago

thank you for your feedback , i will check it