-
-
Notifications
You must be signed in to change notification settings - Fork 975
refactor(location): normalize signatures #1784
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
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1784 +/- ##
==========================================
- Coverage 99.62% 99.62% -0.01%
==========================================
Files 2346 2346
Lines 235103 235497 +394
Branches 1129 1135 +6
==========================================
+ Hits 234228 234619 +391
- Misses 853 856 +3
Partials 22 22
|
The PR is now open for review. For simplicity (on my side) I literally took the previous parameter and simply wrapped it in an options object. I highly encourage all reviewers to discuss the "new" property names in the options argument for each function. If you like a suggestion from an other reviewer, please upvote the comment. I'll leave each comment hanging around for some time before actually changing the discussed object property names. |
Co-authored-by: Shinigami <[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 assume the deprecation will be done in another PR for better reviewability?
Actually, I wanted to deprecate each method in its own PR so it is visible in the changelog. |
Part of #1349.
Standardize all function signatures in the
LocationModule
to support an options object.