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

Replace home grown logic of ToSpaceSeparatedString with String.Join #734

Merged
merged 2 commits into from
Feb 21, 2022

Conversation

leastprivilege
Copy link
Member

@leastprivilege leastprivilege commented Feb 14, 2022

Replaces our home grown logic with the built-in String.Join implementation which is more efficient

@leastprivilege leastprivilege marked this pull request as ready for review February 15, 2022 12:40
@brockallen
Copy link
Member

I added a couple of unit tests -- just look at them to see if they match expectations (mainly the odd one).

@leastprivilege leastprivilege changed the title Replace home grown logic with String.Join Replace home grown logic of ToSpaceSeparatedString with String.Join Feb 16, 2022
@leastprivilege leastprivilege added this to the 6.1.0 milestone Feb 21, 2022
@leastprivilege leastprivilege merged commit 5a6e73e into main Feb 21, 2022
@leastprivilege leastprivilege deleted the dom/string_join branch February 21, 2022 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants