Skip to content

avoid string.Join(string.Empty#4567

Merged
devlead merged 1 commit intocake-build:developfrom
SimonCropp:avoid-string.Join(string.Empty
Oct 7, 2025
Merged

avoid string.Join(string.Empty#4567
devlead merged 1 commit intocake-build:developfrom
SimonCropp:avoid-string.Join(string.Empty

Conversation

@SimonCropp
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Member

@devlead devlead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Request Changes

Technical Review: ✅ Good optimization - string.Concat is more efficient than string.Join with empty string.

Process Issues:

  • Missing Issue Link: This PR must be linked to an issue describing the modernization effort
  • Insufficient Description: PR description should explain the performance benefits
  • CI Status: All checks passing

Recommendation: Please create an issue describing the .NET modernization effort and link it to this PR.

@devlead devlead linked an issue Oct 7, 2025 that may be closed by this pull request
@devlead devlead merged commit ccf245c into cake-build:develop Oct 7, 2025
15 of 16 checks passed
This was referenced Nov 11, 2025
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.

Replace string.Join with string.Concat for empty separator cases

2 participants