chaokunyang commented on code in PR #2112:
URL: https://github.com/apache/fury/pull/2112#discussion_r2010425074
##########
dart/packages/fury/lib/src/util/naming_style_util.dart:
##########
@@ -0,0 +1,27 @@
+class NamingStyleUtil{
+
+ // The guarantee of executing this function is that str is a lowerCamelCase
style string, so do not consider non-compliant cases of str
+ static String lowerCamelToLowerUnderscore(String str) {
Review Comment:
Could we merge this into string_util.dart?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]