Skip to content

Use string interpolation instead of concatenation or format(). #673

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

Merged
merged 1 commit into from
Jun 22, 2023
Merged

Use string interpolation instead of concatenation or format(). #673

merged 1 commit into from
Jun 22, 2023

Conversation

dubinsky
Copy link
Contributor

@dubinsky dubinsky commented Jun 16, 2023

It looks like the code predates the introduction of the string interpolation...

(I'd like to replace more uses of the StringBuilder with string interpolation, but binary compatibility is in the way.)

@dubinsky dubinsky marked this pull request as ready for review June 19, 2023 14:51
@dubinsky dubinsky requested review from SethTisue and ashawley June 20, 2023 20:13
It looks like the code predates the introduction of the string interpolation...

(I'd like to replace more uses of the StringBuilder with string interpolation, but binary compatibility is in the way.)
@dubinsky dubinsky merged commit b0d5338 into scala:main Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants