You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type 'Movie' should encapsulate data about the movie, whereas type 'MoviePreference' should encapsulate data about the user's relationship to the movie. However, the latter contains a lot of data about the movie itself. We should remove the properties related to the movie from MoviePreference and instead access that data through a property on MoviePreference of type Movie.
The text was updated successfully, but these errors were encountered:
Type 'Movie' should encapsulate data about the movie, whereas type 'MoviePreference' should encapsulate data about the user's relationship to the movie. However, the latter contains a lot of data about the movie itself. We should remove the properties related to the movie from MoviePreference and instead access that data through a property on MoviePreference of type Movie.
The text was updated successfully, but these errors were encountered: