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

Simiplify literal string formatting #118

Open
BeebBenjamin opened this issue Jun 21, 2024 · 0 comments
Open

Simiplify literal string formatting #118

BeebBenjamin opened this issue Jun 21, 2024 · 0 comments
Assignees
Labels
priority: low Issue can be fixed after higher priority issues status: waiting to be addressed Fixing this issue hasn't started yet type: enhancement Something needs improving, but isn't a bug

Comments

@BeebBenjamin
Copy link
Contributor

The way literal strings containing variables are handled is currently the more old school + method.

This could be refactored to be more readable using the Foo bar ${baz} method to make the code cleaner and less repeated.

@irv for visibility

@BeebBenjamin BeebBenjamin added type: enhancement Something needs improving, but isn't a bug status: waiting to be addressed Fixing this issue hasn't started yet priority: low Issue can be fixed after higher priority issues labels Jun 21, 2024
@BeebBenjamin BeebBenjamin self-assigned this Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low Issue can be fixed after higher priority issues status: waiting to be addressed Fixing this issue hasn't started yet type: enhancement Something needs improving, but isn't a bug
Projects
None yet
Development

No branches or pull requests

1 participant