Consolidate URI handler naming. #40807
Unanswered
kacpermuda
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After the implementation of AIP-60 we have multiple URI schemes defined in providers and some resources attached to them, f.e. uri handlers. In the code there are different names related to it and I'd like to consolidate the naming of an URI handler. It's a small detail, but might be confusing so I could change that in my free time if you think it can be helpful 😄
Current Names:
Proposed Name:
normalizer
(normalize_uri()) as we expect the returned uri to be normalizedSolution:
Identify all instances of the current names in the codebase and replace them with the standardized name. Test to ensure all functionality remains intact after renaming.
Benefits:
@uranusjr Let me know your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions