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)

相关文章
|
iOS开发
解决App Installation failed, No code signature found.
解决App Installation failed, No code signature found.
394 0
|
3月前
|
安全 网络安全 开发者
OpenScManager failed , error code = 5
【10月更文挑战第7天】OpenScManager failed , error code = 5
159 3
|
5月前
|
开发工具 git
GitHub——Error: Process completed with exit code 126.
GitHub——Error: Process completed with exit code 126.
92 1
GitHub——Error: Process completed with exit code 126.
|
5月前
|
自然语言处理 IDE JavaScript
Fitten Code
【8月更文挑战第30天】
262 4
|
8月前
|
开发者 iOS开发
no identity found Command CodeSign failed with a nonzero exit code
no identity found Command CodeSign failed with a nonzero exit code
108 0
|
Android开发
Failed to obtain GLES 2.x extensions striProcess finished with exit code -1073741819 (0xC0000005)
android studio打开虚拟机时报错信息,解决办法之一(我成功的办法,其他方法试了没用), 打开 设备管理器然后找到你的独显,然后禁用设备,然后再次启动设备就行了,最后再启动你的虚拟机就行了。
181 0
|
Python
pychram中提示:Process finished with exit code 0
"Process finished with exit code 0" 是PyCharm中的提示信息,表示程序已经成功地执行完毕并且没有发生任何错误。在PyCharm中,当程序正常终止并返回退出代码0时,这个消息会在控制台中显示。 在PyCharm中运行程序时,它会在一个单独的进程中执行,当程序完成执行后,它会向操作系统返回一个退出代码。退出代码0表示程序成功执行完毕,而非零的退出代码通常表示错误或异常终止。 当出现"Process finished with exit code 0"的提示时,意味着你的程序已经成功地执行完毕,没有发生任何错误或异常情况。你可以通过检查程序输出或任何其他预
2047 0
Error information: “Error: SignerSign() failed.“ (-2147012889/0x80072ee7)
Error information: “Error: SignerSign() failed.“ (-2147012889/0x80072ee7)
137 0
|
Linux C++ iOS开发
VS Code 使用
作为一款开箱即用的产物,尽量不做过多额外配置。
205 0
VS Code 使用