speters33w commented on PR #450:
URL: https://github.com/apache/commons-text/pull/450#issuecomment-2058211784

   Honestly, I'm not sure I'm in favor of splitting CaseUtils into a bunch of 
separate classes. Actually, I'm sure I'm not in favor of this.
   This will be confusing to a user.
   import CaseUtils;
   CaseUtils.toKebabCase(str)
   CaseUtils.toCamelCase(str)
   That makes it easy.
   
   Just sayin'


-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to