I'll pick up at that point, expanding the discussion into ways you can improve the quality of your tests and check the quality of the finished code.
我将以这个问题为起点,讨论如何改进测试的质量和检查最终代码的质量。
For instance, you can set up your CI system to execute a build that only runs unit tests during code check-ins (which is often referred to as a commit build).
例如,可以设置CI系统执行构建(通常称作提交构建),该构建只在代码签入时运行单元测试。
I can check out the latest build of the Flex 4 SDK from Adobe's source control repository and get the latest code, which is as up-to-date as the internal Adobe engineers have access to.
我可以从adobe的源码控制仓库中检出最新构建的Flex 4 SDK以及最新的代码,这其实就是Adobe内部的工程师所使用的代码。
应用推荐