Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hel-developer-guide
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spencer Chang
hel-developer-guide
Commits
6e7ccfe3
Commit
6e7ccfe3
authored
Jul 25, 2017
by
yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify codeStyle.md
parent
0357db98
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
codeStyle.md
codeStyle.md
+3
-1
No files found.
codeStyle.md
View file @
6e7ccfe3
...
@@ -14,7 +14,9 @@ if(user.getStatus() == 5){
...
@@ -14,7 +14,9 @@ if(user.getStatus() == 5){
```
```
6.
在类中定义的常量、变量及方法,需要严格控制访问修饰符,提供自己使用的设为private,可以供别人使用的可以设为public、protected等。
6.
在类中定义的常量、变量及方法,需要严格控制访问修饰符,提供自己使用的设为private,可以供别人使用的可以设为public、protected等。
7.
所有的覆写方法,必须加@Override注解,防止错误的拼写导致意外。
7.
所有的覆写方法,必须加@Override注解,防止错误的拼写导致意外。
--- ---
--- ---
## 二、命名规范
## 二、命名规范
1.
所有的命名不允许使用
**拼音或者拼音英文混合**
方式,但部分公认的拼音允许使用,如
**shanghai,beijing**
等。
1.
所有的命名不允许使用
**拼音或者拼音英文混合**
方式,但部分公认的拼音允许使用,如
**shanghai,beijing**
等。
2.
所有的命名不允许使用
**下划线_**
或者
**美元符$**
作为起始或者结束。错误的情况有不限于以下几种:
2.
所有的命名不允许使用
**下划线_**
或者
**美元符$**
作为起始或者结束。错误的情况有不限于以下几种:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment