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

Refactor: Reduce internal use of String types in favor of Symbols #97

Open
rdboyes opened this issue Apr 29, 2024 · 0 comments
Open

Refactor: Reduce internal use of String types in favor of Symbols #97

rdboyes opened this issue Apr 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rdboyes
Copy link
Member

rdboyes commented Apr 29, 2024

Describe how it works in R's ggplot2
Package internal Dicts use a mix of string keys and symbol keys, causing unnecessary confusion. Lets convert all keys to symbols as early as possible.

@rdboyes rdboyes added the enhancement New feature or request label Apr 29, 2024
@rdboyes rdboyes self-assigned this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant