From 5ab0d331333cb2dc4a0be37c2cc5f1b4ec08a217 Mon Sep 17 00:00:00 2001 From: Zuoxq99 <97277469+Zuoxq99@users.noreply.github.com> Date: Sun, 12 Jun 2022 13:57:02 +0800 Subject: [PATCH 1/2] Update naming.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改地址导向 --- docs/system-design/basis/naming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-design/basis/naming.md b/docs/system-design/basis/naming.md index 8cbf954a..313fc70d 100644 --- a/docs/system-design/basis/naming.md +++ b/docs/system-design/basis/naming.md @@ -233,7 +233,7 @@ Codelf 提供了在线网站版本,网址:[https://unbug.github.io/codelf/]( 1. 《阿里巴巴 Java 开发手册》 2. 《Clean Code》 -3. Google Java 代码指南:https://google.github.io/styleguide/javaguide.html#s5.1-identifier-name +3. Google Java 代码指南:https://google.github.io/styleguide/javaguide.html#s5.1-identifier-names 4. 告别编码5分钟,命名2小时!史上最全的Java命名规范参考:https://www.cnblogs.com/liqiangchn/p/12000361.html ## 总结 From 628e34eaa4a27a0fb575fb925d4569005859b744 Mon Sep 17 00:00:00 2001 From: Zuoxq99 <97277469+Zuoxq99@users.noreply.github.com> Date: Sun, 12 Jun 2022 14:41:38 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E8=80=83?= =?UTF-8?q?=E9=98=85=E8=AF=BB=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/system-design/basis/naming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-design/basis/naming.md b/docs/system-design/basis/naming.md index 313fc70d..e8661829 100644 --- a/docs/system-design/basis/naming.md +++ b/docs/system-design/basis/naming.md @@ -233,7 +233,7 @@ Codelf 提供了在线网站版本,网址:[https://unbug.github.io/codelf/]( 1. 《阿里巴巴 Java 开发手册》 2. 《Clean Code》 -3. Google Java 代码指南:https://google.github.io/styleguide/javaguide.html#s5.1-identifier-names +3. Google Java 代码指南:https://google.github.io/styleguide/javaguide.html 4. 告别编码5分钟,命名2小时!史上最全的Java命名规范参考:https://www.cnblogs.com/liqiangchn/p/12000361.html ## 总结