软件工程第1次个人作业

软件工程第1次个人作业

作业介绍

项目 内容
作业所处课程 班级博客
作业要求介绍 作业要求
我在这个课程的目标 锻炼编程能力,学习合作交流,增加开发经验
这个作业在哪个具体方面帮助我实现目标 对软件工程要一个整体的认识

作业正文

第一部分:快速看完整部教材,列出你仍然不懂的5到10个问题

1、书4.3章节——代码设计规范 中:关于函数,最重要的原则:只做一件事,并且要做好。

函数太过细化真的好吗,怎么控制度呢?

2、4.5.2:为什么要结对编程

如果双方实力差距较大怎么办?

第二部分:请问 “软件” 和 “软件工程” 这些词汇是如何出现的 - 何时、何地、何人?

软件:The first theory about software—prior to creation of computers as we know them today—was proposed by Alan Turing in his 1935 essay On Computable Numbers, with an Application to the Entscheidungsproblem (decision problem).

软件工程:The term "software engineering" appeared in a list of services offered by companies in the June 1965 issue of COMPUTERS and AUTOMATION and was used more formally in the August 1966 issue of Communications of the ACM (Volume 9, number 8) “letter to the ACM membership” by the ACM President Anthony A. Oettinger;[14], it is also associated with the title of a NATO conference in 1968 by Professor Friedrich L. Bauer, the first conference on software engineering.

第三部分:上网调查一下目前流行的源程序版本管理软件和项目管理软件都有哪些, 各有什么优缺点?

原文地址:https://www.cnblogs.com/impuresaint/p/10479205.html