Dear Apache Commons Community,

In my recent PR #1332, I replaced a StringBuilder usage with string
concatenation in a toString method for improved readability. During the
review, it was suggested this change should align with a broader project
standard.

Would the community support using string concatenation over StringBuilder
for simple cases? Modern JDKs (8+) optimize string concatenation
efficiently, making it both concise and performant.

If agreed, I can implement consistent changes across the codebase.

Looking forward to your feedback!

PR - https://github.com/apache/commons-lang/pull/1332

Reply via email to