Skip to content

Recommend the use of double underscore throwaway variables#156

Merged
kennethreitz merged 1 commit into
realpython:masterfrom
ncoghlan:patch-1
May 30, 2012
Merged

Recommend the use of double underscore throwaway variables#156
kennethreitz merged 1 commit into
realpython:masterfrom
ncoghlan:patch-1

Conversation

@ncoghlan
Copy link
Copy Markdown
Contributor

Using double underscore throwaway variables something I've started doing in the last year or so, since it completely avoids the need for the "this breaks sometimes" caveat that afflicts the single underscore idiom.

@kennethreitz
Copy link
Copy Markdown
Contributor

Sounds good to me.

kennethreitz pushed a commit that referenced this pull request May 30, 2012
Recommend the use of double underscore throwaway variables
@kennethreitz kennethreitz merged commit 2b38886 into realpython:master May 30, 2012
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