Skip to content

Conversation

@jonas-t-s
Copy link

It allows to take a look at the unfollowers with two connections.json files

It allows to take a look at the unfollowers with two connections.json files
Copy link
Owner

@KendelChopp KendelChopp left a comment

Choose a reason for hiding this comment

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

Just some pretty minor changes. Thanks for checking out this repository! If you don't mind me asking, how did you find it?

Changed according to the suggestions.
Copy link
Owner

@KendelChopp KendelChopp left a comment

Choose a reason for hiding this comment

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

Looks good! Last couple of comments. Also, please rebase and squash and then we can get this merged! Thanks so much for adding this.

for user in connections_new['followers']:
follower_new.append(user)

found = None
Copy link
Owner

Choose a reason for hiding this comment

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

Let's keep the data types consistent and have found resolve to either True or False
Same with overall

follower_new.append(user)

found = None
overall = None
Copy link
Owner

Choose a reason for hiding this comment

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

Can we rename this to something like found_unfollower?

Changed according to the suggestions.
@jonas-t-s
Copy link
Author

jonas-t-s commented Dec 8, 2019

I hope I didn't miss something.

for user in connections_new['followers']:
follower_new.append(user)

found_unfollower = False
Copy link
Owner

Choose a reason for hiding this comment

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

My mistake. This should be something like found_still_following and the other one should be found_unfollower. Last comment: just rebase and squash your commits down to 1 and then I'll approve! Thanks 😃

So:
found_unfollower -> found_still_following
found_overall -> found_unfollower

Now the names of the variables correspond to the value.
@jonas-t-s
Copy link
Author

I will rebase and squash it later this day....

@jonas-t-s
Copy link
Author

Hey, I've a question: How do I rebase and squash? After I searched the Internet, I found out that it goes through git. As a matter of fact, I never used git to push the changes, so could you please tell me how? (I'm new to contributing to github... )

@jonas-t-s jonas-t-s requested a review from KendelChopp January 25, 2020 11:17
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