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

Break up Control class #1475

Merged
merged 2 commits into from
Jul 26, 2019
Merged

Break up Control class #1475

merged 2 commits into from
Jul 26, 2019

Conversation

JeremyKuhne
Copy link
Member

@JeremyKuhne JeremyKuhne commented Jul 26, 2019

Break out all of the nested classes in Control into separate files.
Pull most of the field names into line with coding styles.
Clean up some comments and collapse some code.
Remove dead code.

VS was choking with all of the style violations in Control. This should hopefully make working on Control a lot less painful and set us up for further cleanup.

No functional changes were made.

Microsoft Reviewers: Open in CodeFlow

Break out all of the nested classes in Control into separate files.
Pull most of the field names into line with coding styles.
Clean up some comments and collapse some code.
Remove dead code.

VS was choking with all of the style violations in Control. This should hopefully make working on Control a lot less painful and set us up for further cleanup.

No functional changes were made.
@JeremyKuhne JeremyKuhne requested a review from a team as a code owner July 26, 2019 03:41
@zsd4yr
Copy link
Contributor

zsd4yr commented Jul 26, 2019

🙏 bless up

@zsd4yr
Copy link
Contributor

zsd4yr commented Jul 26, 2019

I found myself discovering all sorts of other cleanups / minor tweaks we could make! Great start; :shipit:

@codecov
Copy link

codecov bot commented Jul 26, 2019

Codecov Report

Merging #1475 into master will decrease coverage by 0.06926%.
The diff coverage is 28.45047%.

@@                Coverage Diff                 @@
##              master      #1475         +/-   ##
==================================================
- Coverage   25.04917%   24.9799%   -0.06927%     
==================================================
  Files            770        785         +15     
  Lines         268939     268664        -275     
  Branches       37962      37960          -2     
==================================================
- Hits           67367      67112        -255     
+ Misses        196836     196821         -15     
+ Partials        4736       4731          -5
Flag Coverage Δ
#Debug 24.9799% <28.45047%> (-0.06927%) ⬇️
#production 24.9799% <28.45047%> (-0.06927%) ⬇️
#test 100% <ø> (ø) ⬆️

@JeremyKuhne JeremyKuhne merged commit 6a8192e into dotnet:master Jul 26, 2019
@JeremyKuhne JeremyKuhne deleted the splitcontrol branch July 26, 2019 20:44
@RussKie RussKie added this to the 3.0.0-Preview8 milestone Jul 29, 2019
@RussKie RussKie added the code cleanup cleanup code for unused apis/properties/comments - no functional changes. label Jul 29, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Feb 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
code cleanup cleanup code for unused apis/properties/comments - no functional changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants