-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(grouping): Clean up fingerprinting helpers (#85483)
This is some refactoring I did back when I was digging around in the grouping code, which I just rediscovered on an old branch. Mostly just things I renamed for clarity as I was trying to understand the code, but also a bit of simplification/clarification of code (things like using an explicit ternary rather than relying on the precedence order of `and` and `or`, stripping a specific character from a string rather than slicing it, using `any` rather than testing a boolean condition in a for loop, etc.). No behavior changes.
- Loading branch information
1 parent
0dc6dfd
commit 19a602c
Showing
2 changed files
with
122 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters