Exercise: Add a Recommended Movie
Refactor a method to use LINQ.
We'll cover the following...
Accepting movie recommendations
Now, it’s your turn to refactor a method to accept movie recommendations.
This time, we have a list of movies to watch. We have decided to create some rules to accept them based ...