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)

  • 相关阅读:
    一步步介绍如何给项目添加单元测试
    日期格式化在移动端的问题
    使用VW时,图片的问题
    转:vw适配中使用伪类选择器遇到的问题
    ES6模块的import和export用法总结
    转:如何在Vue项目中使用vw实现移动端适配
    PhpStrom添加调试功能
    小程序商城笔记
    使用TortoiseGit对android studio工程进行代码版本控制
    Android Studio 常见异常解决办法
  • 原文地址:https://www.cnblogs.com/Alandre/p/3209685.html
Copyright © 2011-2022 走看看