博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Code Complete-13/7/23
阅读量:4924 次
发布时间:2019-06-11

本文共 1366 字,大约阅读时间需要 4 分钟。

What is "construction"?
    Hava u ever  used construction paper to make some things?
What is " software construction"?

  • problem definition
  • requirements development
  • construction planning
  • software architecture or higt-level design
  • detailed design 
  • coding and debugging
  • unit testing
  • integration testing
  • integration
  • system testing
  • corrective maintenance

Then, construction is not a coding but a programming.
 There are also many other important activities.

  • management  
  • user-windows design 
  • maintenance  

so , "Why is software construction importment?"

  • 构建活动是软件开发的主要组成部分。 /constrution activity is an important part of software programming.
  • 构建活动是软件开发中的核心活动。/constrution actiity is  the central activity of software programming. 
  • 把主要精力集中于构建活动,可以打打提高程序员的生产率。/puting the most power in constrution actiity can improve the rate of 
  •                                                                                                programming for programmers.  
  • 构建活动的产物--源代码--往往是对软件的唯一的精确描述。/source code,the result of constrution activity ,is the only description  
  • <Key point>构建活动是唯一一项确保完成的工作。/ constrution activity is the only to make  the work done. 

another key point :  构建活动的质量对软件的质量有着实质性的影响。    /the quality of software is under the quality of constrution acti-vity.  
Some happiness:
    常年20度的房间里,你可以发现病毒(virus),特洛伊木马(Trojanhorse),蠕虫(worm),臭虫(bug),逻辑炸弹(bomb),奔溃(crash),论坛口水战(flame),双绞线转换头(twisted sex changer),还有致命错误(fatal error)....(我看到这里笑了..haha)

转载于:https://www.cnblogs.com/Alandre/p/3209685.html

你可能感兴趣的文章
01背包问题最基础也是最重要的、
查看>>
电子商务关键数字优化(线上部分,下)
查看>>
【Android】详解Android动画
查看>>
【AR】Vuforia App key is missing.Please get a valid key
查看>>
菜鸟学SSH(十九)——提高用户体验之404处理
查看>>
Swift学习——类的定义,使用,继承,构造等(五)
查看>>
ASP.NET中扩展FileUpload的上传文件的容量
查看>>
实验报告五
查看>>
我的绝世好剑——如何开始创建.NET程序
查看>>
[LeetCode] Minimum Number of Arrows to Burst Balloons 最少数量的箭引爆气球
查看>>
2013系统集成项目管理工程师真题及答案
查看>>
iptables 过滤字符串
查看>>
python语言中的数据类型
查看>>
C++中static_cast, dynamic_cast使用方法
查看>>
快慢指针和链表原地反转
查看>>
extarea 在浏览器中固定大小和禁止拖动
查看>>
【转载】IDEA:放置型塔防备忘录
查看>>
CSS3----background:-webkit-gradient()渐变效果
查看>>
[ CERC 2014 ] Vocabulary
查看>>
[ HNOI 2014 ] 米特运输
查看>>