-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Modify variable names and Optimize methods #871
Conversation
- Optimize methods
Codecov Report
@@ Coverage Diff @@
## master #871 +/- ##
============================================
+ Coverage 42.16% 42.19% +0.03%
- Complexity 1416 1418 +2
============================================
Files 307 307
Lines 8897 8894 -3
Branches 1204 1203 -1
============================================
+ Hits 3751 3753 +2
+ Misses 4685 4682 -3
+ Partials 461 459 -2
Continue to review full report at Codecov.
|
Hi, could you please illustrate why these changes are necessary? |
This method #resolveSlotChainBuilder just get the first SlotChainBuilder from the list. |
Maybe your change is not compatible with the current design:
See #145 for details. |
Why? Is it necessary to put an object in a list and get only the first one? |
The list was initially designed for different strategies (e.g. pick the first customized, pick the final customized or ordered by |
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.
LGTM
Thanks! |
Modify variable names and Optimize methods