例如,我想新建一个名字包含多个单词的 package。例如,my package。
到底是用下划线分割,还是采用驼峰式,或者是横线连接。
参考 Google Java 代码规范:
Package names are all lowercase, with consecutive words simply concatenated together (no underscores). For example, com.example.deepspace, not com.example.deepSpace or com.example.deep_space.
即
- 全部小写
- 直接拼接,不要使用下划线,或者横杠
参考
- https://google.github.io/styleguide/javaguide.html#s5.2.1-package-names
- https://stackoverflow.com/questions/3179216/what-is-the-convention-for-word-separator-in-java-package-names
微信关注我哦 👍
我是来自山东烟台的一名开发者,有感兴趣的话题,或者软件开发需求,欢迎加微信 zhongwei 聊聊, 查看更多联系方式
谈笑风生
圆 (来自: 中国 河北 秦皇岛 联通) 2年前