zoukankan      html  css  js  c++  java
  • Code Complete-13/7/23

    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)

  • 相关阅读:
    MSSQL 跨数据库连接
    powerdesigner逆向工程,从数据库导出PDM
    JS面向对象的程序设计
    数据脚本
    JDK安装与环境变量配置
    sql: 去除数据库表中tab、空格、回车符等特殊字符的解决方法
    用SQL语句获得一个存储过程返回的表
    百度云下载速度慢解决方法
    【WCF全析(一)】--服务协定及消息模式
    【WCF全析(二)】--服务配置部署详解
  • 原文地址:https://www.cnblogs.com/Alandre/p/3209685.html
Copyright © 2011-2022 走看看