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

Naming: consistent private fields #2327

Merged
merged 2 commits into from
Oct 11, 2017

Conversation

304NotModified
Copy link
Member

@304NotModified 304NotModified commented Oct 9, 2017

prefixed with _

only private fields changed

  • consistent
  • easier to review in GitHub
  • no forgot-this-bugs

Currently only the main project, so to be sure not of the tests has been changed.

unneeded this. will be removed in another PR

@snakefoot
Copy link
Contributor

snakefoot commented Oct 9, 2017

Uhh please make a search and replace for this._ with _

@304NotModified
Copy link
Member Author

will do in another PR, trying to keep the changes a small as possible.

@304NotModified 304NotModified added this to the 4.5 milestone Oct 9, 2017
prefixed with _

- consistent
- easier to review in GitHub
- no forgot-this-bugs
@304NotModified 304NotModified force-pushed the private-fields-underscore-prefix branch 2 times, most recently from 8603a5b to ec4a666 Compare October 10, 2017 18:46
@codecov
Copy link

codecov bot commented Oct 10, 2017

Codecov Report

Merging #2327 into master will decrease coverage by <1%.
The diff coverage is 84%.

@@           Coverage Diff           @@
##           master   #2327    +/-   ##
=======================================
- Coverage      82%     82%   -<1%     
=======================================
  Files         317     317            
  Lines       22716   22761    +45     
  Branches     2784    2806    +22     
=======================================
+ Hits        18618   18654    +36     
+ Misses       3396    3385    -11     
- Partials      702     722    +20

@304NotModified 304NotModified merged commit a0fe0bc into master Oct 11, 2017
@304NotModified 304NotModified deleted the private-fields-underscore-prefix branch October 11, 2017 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants