There are only two hard things in Computer Science: cache invalidation and naming things.-- Phil Karlton
命名达意、准确:
不知道如何命名,推荐:Codelf(变量命名神器) https://unbug.github.io/codelf/
Search over projects from Github, Bitbucket, Google Code, Codeplex, Sourceforge, Fedora Project, GitLab to find real-world usage variable names.
关于注释语言:
公司的项目看项目要求(中英文都可以)
自己的个人项目一定要用英文,因为一开始我就考虑到要做国际化的项目(目标是全球用户)。
如何写注释可以多看看JDK源码中的注释,能够学到很多东西。
展开