Skip to content

Conversation

@marielaxcruz
Copy link

No description provided.

Copy link

@jmaddox19 jmaddox19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

Comment on lines +173 to +176




Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a big deal, but for future reference, the norm is to have less spacing between pieces of code.

popular_genre = get_most_watched_genre(user_data)
unique_movie = get_friends_unique_watched(user_data)

# for movie in unique_movie:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference, its usually best to remove old commented code like this before committing and/or submitting

Comment on lines +193 to +194
popular_genre = get_most_watched_genre(user_data)
unique_movie = get_friends_unique_watched(user_data)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job making use of other methods!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants