-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Components refactoring #535
Components refactoring #535
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #535 +/- ##
============================================
+ Coverage 96.20% 96.54% +0.33%
+ Complexity 2162 2147 -15
============================================
Files 64 73 +9
Lines 5032 5006 -26
============================================
- Hits 4841 4833 -8
+ Misses 191 173 -18 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]> c
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with these changes.
891d9ff
to
33e49e6
Compare
Thanks. I rebased it. I am wondering if I should move all |
This is a good idea. |
My idea here is to tidy this all up by splitting the
static
functionality from the value objects. But the ultimate goal is to fix the instantiation of all Component objects, which this PR doesn't really help with. I consider this to be a good change nonetheless.