是否有Java代码约定的更新版本[已关闭]

官方Java代码约定文档 – 我可以得到 – 是1997年,似乎Oracle没有它的更新版本.

Oracle实际上在约定页面上声明:

The information on this page is for Archive Purposes Only

This page is not being actively maintained. Links within the
documentation may not work and the information itself may no longer be
valid. The last revision to this document was made on April 20,1999

是否有更新的官方或至少事实上的官方公约?

注意:我不是在这里一个好的或最好的约定,我问的是更新的标准或事实上的标准(如果有的话).所以,答案不应该是基于意见的答案.

最佳答案

Is there an official or at least a de facto official conventions that are more recent?

没有最新的官方Sun / Oracle版指南. (或者,如果有,它是Sun / Oracle内部的.)

还有其他更新的Java风格指南(谷歌是你的朋友!),但没有什么我称之为“事实标准”.

相关文章

最近看了一下学习资料,感觉进制转换其实还是挺有意思的,尤...
/*HashSet 基本操作 * --set:元素是无序的,存入和取出顺序不...
/*list 基本操作 * * List a=new List(); * 增 * a.add(inde...
/* * 内部类 * */ 1 class OutClass{ 2 //定义外部类的成员变...
集合的操作Iterator、Collection、Set和HashSet关系Iterator...
接口中常量的修饰关键字:public,static,final(常量)函数...