The naming style for method or property of a dynamic object. #43
Replies: 1 comment
-
It seeks that the Unix/C naming style wins! So I lock the conversation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we use the Unix/C naming style for method or property of a dynamic object, e.g.,
$STR.starts_with
. However, some people may prefer to use JavaScript style like$STR.startsWith
.Tell us which naming style do you like.
Thank you in advance!
20 votes ·
Beta Was this translation helpful? Give feedback.
All reactions