HIT 2020Spring Software Construction 0310

Traditional Software Process

In the tradition software process, documents are highlight in every part of the construction and each phase will be test strictly. Considering that users have little interest in documents, the interaction between developers and users is limited.
In existing models we have Waterfall ; Incremental ; V-model ; Prototyping ; Spiral ;

Agile Development

Product is the center of agile development which requires rapid iterative process. It focus on the software itself instead of documents and encourages customer collaboration.
In existing model we have eXtreme Programming.

Software Configuration Management and Version Control System

In this part, we should realize that data and documents are also in the range of SCM and VCS other than codes.

Git

It requires attention that staging area does not exist for real on our disk. There is a file notation to manifest whether a file is in the staging area.
The time consumed to make a new branch has nothing to do with the number of branches.
We should understand the mechanism of the Git.
The basic mechanism of the Git
The branch mechanism of the Git
The comprehensive instruction over the Git operation
It is only a post for what I want to record for the specific course and it does not stand for the whole content.

发布了10 篇原创文章 · 获赞 0 · 访问量 225

猜你喜欢

转载自blog.csdn.net/TroyHorse/article/details/104783775