Skip to content

Don't assign to in-built function in example #115

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

Merged
merged 1 commit into from
Jul 16, 2018

Conversation

jgreener64
Copy link
Contributor

Here we assign to the variable list, which goes against http://docs.quantifiedcode.com/python-anti-patterns/correctness/assigning_to_builtin.html.

In this example it doesn't break anything, but better to be safe than sorry?

Here we assign to the variable `list`, which goes against http://docs.quantifiedcode.com/python-anti-patterns/correctness/assigning_to_builtin.html.

In this example it doesn't break anything, but better to be safe than sorry?
@adewes adewes merged commit 6e95e25 into quantifiedcode:master Jul 16, 2018
@adewes
Copy link
Member

adewes commented Jul 16, 2018

Thanks @jgreener64 !

@jgreener64 jgreener64 deleted the patch-1 branch July 16, 2018 12:43
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