Skip to content

Commit

Permalink
Update 2024-12-28-代码质量评价.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shihai1991 authored Dec 28, 2024
1 parent 2e3ca19 commit 6cb6708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-12-28-代码质量评价.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ time: '2024.12.28 09:58:00'
# 衡量代码质量的方式有哪些?
下面这些维度是衡量代码质量比较常用的一些维度,我按我自己理解的优先级来进行划分:
- 第一优先级:围绕人来定义,所有代码都是需要团队每个成员共同配合才能往前迭代,所以我把**可读性**放到第一优先级;
- 第二优先级:围绕业务来定义,需要面对不同业务场景能进行快速迭代且质量有保障,所以我把**可扩展****可测试****可重复**放到第二优先级;
- 第二优先级:围绕业务来定义,需要面对不同业务场景能进行快速迭代且质量有保障,所以我把**可扩展****可测试****可重复性**放到第二优先级;
- 第三优先级:围绕业务属性来定义,不同业务领域对可靠性、性能等有不同的要求,所以放到第三优先级。

## 可读性
Expand Down

0 comments on commit 6cb6708

Please sign in to comment.