kushal-dixit commented on PR #701: URL: https://github.com/apache/commons-text/pull/701#issuecomment-3271705483
Thanks Gary, I understand your point about keeping the API minimal. This PR adds only a trivial overload for the most common case (camelCase with a lowercase first letter). Since delimiters are varargs and capitalizeFirstLetter is boolean, I don’t think there are any further variant of this API. I still think this overload makes sense, as in most cases camelCase is naturally understood to start with a lowercase letter, and this removes the need for callers to repeatedly pass false. I’m happy to withdraw the PR if the consensus is to keep the API as-is. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
