-
Notifications
You must be signed in to change notification settings - Fork 240
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
refactor: default providers #1974
refactor: default providers #1974
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1974 +/- ##
==========================================
- Coverage 62.93% 62.91% -0.03%
==========================================
Files 784 786 +2
Lines 16635 16599 -36
Branches 1081 1078 -3
==========================================
- Hits 10470 10443 -27
+ Misses 5714 5706 -8
+ Partials 451 450 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
*/ | ||
public class DefaultServicesExtension implements ServiceExtension { | ||
public class DefaultCoreExtension implements ServiceExtension { |
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.
suggestion: how about naming these types of extensions Default...ervicesExtension
, since they provide default core services...? Naming may get overly long at times though.
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.
@paullatzelsperger Actually that's a good advice, I renamed all these extensions in the *DefaultServicesExtension
format and same for the name()
method return value: * Default Services
. Makes everything clearer.
Awesome! |
What this PR changes/adds
Cleanup default providers following the documentation guidelines
Why it does that
Project structure review
Further notes
DidStore
as it wasn't usedLinked Issue(s)
Closes #1812
Checklist
no-changelog
)