RaigorJiang commented on issue #24622: URL: https://github.com/apache/shardingsphere/issues/24622#issuecomment-1469900449
I think `xxUtils` is better, a Utility class often contains multiple utility methods. For reference, the following are some commonly used utility classes: ### Apache - org.apache.commons.lang3.StringUtils - org.apache.commons.io.IOUtils - org.apache.zookeeper.util.ServiceUtils ### Google - com.google.common.math.DoubleUtils - com.google.api.client.util.IOUtils ### Amazonaws - com.amazonaws.util.StringUtils - com.amazonaws.util.NumberUtils ### Spring - org.springframework.util.StringUtils - org.springframework.util.CollectionUtils - org.springframework.util.StreamUtils - org.springframework.util.DigestUtils -- 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]
