Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 709 Bytes

16-Validating-Your-Code.md

File metadata and controls

64 lines (33 loc) · 709 Bytes

[TOC]

第十六章 代码校验

测试

前提条件

测试驱动开发

日志

调试

基准测试

分析和优化

风格检测

静态错误分析

代码重审

结对编程

重构

持续集成

本章小结