Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scissors - Mariela C. #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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