To camelCase or not to camel_case

前端 未结 3 1329
广开言路
广开言路 2021-02-05 15:27

What is the standard when coding in Java, when do you use camel case when do you use underscores etc.

3条回答
  •  自闭症患者
    2021-02-05 15:46

    You stick with the Java Code Conventions.

    What exactly the standard is doesn't matter - what matters is that everyone follows it, and you should too.

提交回复
热议问题