Skip to content
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

Consolidate string_view usage #640

Open
gsstoykov opened this issue Dec 13, 2023 · 0 comments
Open

Consolidate string_view usage #640

gsstoykov opened this issue Dec 13, 2023 · 0 comments
Labels
Improvement Code changes driven by non business requirements

Comments

@gsstoykov
Copy link
Contributor

Problem

In certain contexts, you can replace const std::string& with std::string_view which is the more lightweight version.

Solution

Change occurrences where possible.

Alternatives

No response

@gsstoykov gsstoykov added the Improvement Code changes driven by non business requirements label Dec 13, 2023
@gsstoykov gsstoykov added this to the 0.21.0 milestone Dec 13, 2023
@gsstoykov gsstoykov self-assigned this Dec 13, 2023
@gsstoykov gsstoykov removed this from the 0.21.0 milestone Dec 13, 2023
@gsstoykov gsstoykov removed their assignment Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Code changes driven by non business requirements
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant