Skip to content

Commit 683ad17

Browse files
committed
[feat] 系统设计必备基础
1 parent 49a3a15 commit 683ad17

File tree

2 files changed

+12
-34
lines changed

2 files changed

+12
-34
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,19 @@
153153

154154
## 系统设计
155155

156-
### 编码之道(必看 :+1:)
156+
### 系统设计必备基础
157157

158-
1. [RestFul API 简明教程](docs/system-design/coding-way/RESTfulAPI简明教程.md)
159-
2. [Java 编程规范以及优雅 Java 代码实践总结](docs/java/Java编程规范.md)
160-
3. [Java 命名之道](docs/system-design/naming.md)
158+
#### RESTful API
159+
160+
我们在进行后端开发的时候,主要的工作就是为前端或者其他后端服务提供 API 比如查询用户数据的 API 。RESTful API 是一种基于 REST 构建的 API,它是一种被设计的更好使用的 API。
161+
162+
相关阅读:[RestFul API 简明教程](docs/system-design/coding-way/RESTfulAPI简明教程.md)
163+
164+
#### 命名
165+
166+
编程过程中,一定要重视命名。因为好的命名即是注释,别人一看到你的命名就知道你的变量、方法或者类是做什么的!
167+
168+
相关阅读: [Java 命名之道](docs/system-design/naming.md)
161169

162170
### 常用框架
163171

docs/java/Java编程规范.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)