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] 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 ## 总结