We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a8b2b commit d3bd2f1Copy full SHA for d3bd2f1
docs/.vitepress/config.js
@@ -44,7 +44,7 @@ module.exports = {
44
var _hmt = _hmt || [];
45
(function() {
46
var hm = document.createElement("script");
47
- hm.src = "https://hm.baidu.com/hm.js?c522f795b036ecc6e5446ce20e40ae9f";
+ hm.src = "https://hm.baidu.com/hm.js?bc2f9f80827718f41c02c33dc45976cb";
48
var s = document.getElementsByTagName("script")[0];
49
s.parentNode.insertBefore(hm, s);
50
})();
docs/.vitepress/draft/draft.md renamed to docs/draft/draft.md
practices/index.md
@@ -0,0 +1,22 @@
1
+# 软件工程实践
2
+
3
+- 免责声明
4
+- 概览
5
+- 开始你的第一个项目
6
+ - 编程语言和平台的选择
7
+ - 编程团队的构建
8
+- 需求与设计
9
+ - 用户故事
10
+ - 验收条件
11
+ - 实例化需求
12
+ - 领域专家
13
+ - 项目制
14
+- 研发交付
15
+ - 脚手架
16
+ - 12 factors
17
+ - 代码规范
18
+ -
19
+- 质量保证与验收
20
+- 持续运维与改进
21
+- 节奏、工作空间、业余活动
22
+- 复杂项目实践
0 commit comments