File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ void shouldGet200StatusCodoWhenRequestIsValid() {
115115
116116** 1.类名需要使用大驼峰命名法(UpperCamelCase)风格。方法名、参数名、成员变量、局部变量需要使用小驼峰命名法(lowerCamelCase)。**
117117
118- ** 2.测试方法名、常量、枚举名称需要使用蛇形命名法(snake_case) ** ,比如` should_get_200_status_code_when_request_is_valid ` 、` CLIENT_CONNECT_SERVER_FAILURE ` 。并且,** 测试方法名称要求全部小写,常量以及枚举名称需要全部大写。**
118+ ** 2.测试方法名、常量、枚举名称需要使用蛇形命名法(snake_case)** ,比如` should_get_200_status_code_when_request_is_valid ` 、` CLIENT_CONNECT_SERVER_FAILURE ` 。并且,** 测试方法名称要求全部小写,常量以及枚举名称需要全部大写。**
119119
120120** 3.项目文件夹名称使用串式命名法(kebab-case),比如` dubbo-registry ` 。**
121121
@@ -208,4 +208,6 @@ Guide 制作了一个涵盖上面所有重要内容的思维导图,便于小
208208
2092091 . 《阿里巴巴 Java 开发手册》
2102102 . 《Clean Code》
211- 3 . Google Java 代码指南:https://google.github.io/styleguide/javaguide.html#s5.1-identifier-name
211+ 3 . Google Java 代码指南:https://google.github.io/styleguide/javaguide.html#s5.1-identifier-name
212+
213+
You can’t perform that action at this time.
0 commit comments