Skip to content

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

Description

@devlead

Replace string.Join(string.Empty, ...) calls with string.Concat(...) for better performance and semantic clarity.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions