Skip to content

Commit c871fb3

Browse files
committed
Merge branch 'master' of https://github.com/cntehang/dev-docs
2 parents 6fb5f8e + fc0f00c commit c871fb3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 后端周总结内容
2+
3+
## 2018-12-07
4+
5+
### 建议:
6+
7+
- 按照当前的项目结构划分,不应将 Repository 作为参数传入 Entity/Bo 的创建方法中
8+
- 开展团队 CODE REVIEW,促进成员代码风格统一
9+
- 多多关注月度研发计划看板,跟紧测试验收de步调
10+
11+
### 标准:
12+
13+
- 关于LOG
14+
- 重要节点打上 INFO 级别的 LOG
15+
- 如 Controller、服务间调用方法、消息生产和消费处等,以及业务处理流程中需要标识的点
16+
- 如果数据量大,不应使用 INFO,应搭配使用 TRACE 记录数据
17+
- 其它地方使用 DEBUG 级别的 LOG
18+
- 避免在循环中访问数据库,会造成大量的开销
19+
- 严格执行测试及正式环境打包流程,详见[打包流程](https://github.com/cntehang/dev-docs/blob/master/backend/release-guideline.md)

0 commit comments

Comments
 (0)