错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Coding, Unit Tests, and Pull Requests

  • John T. Taylor,
  • Wayne T. Taylor

摘要

The source code and unit tests are the most visible outputs of the construction phase. However, this chapter is not about how to write source code; rather, it is about the process for writing code, unit testing it, and then merging it into a stable branch. The key thing about this process is that, just like the Software Detailed Design activities, the coding and unit tests are done on a just-in-time basis.