"《The Pragmatic Bookshelf開發叢書-測試:發現、修復和阻止代碼漏洞》(Debug It!: Find, Repair, and Prevent Bugs in Your Code)文字版[PDF]"介紹
中文名: The Pragmatic Bookshelf開發叢書-測試:發現、修復和阻止代碼漏洞
原名: Debug It!: Find, Repair, and Prevent Bugs in Your Code
作者: Paul Butcher
圖書分類: 軟件
資源格式: PDF
版本: 文字版
出版社: The Pragmatic Bookshelf
書號: 978-1-93435-628-9
發行時間: 2009年11月4日
地區: 美國
語言: 英文
簡介:
內容介紹:Professional programmers develop a knack of unerringly zeroing in on the root cause of a bug. They can do that because they’ve written a lot of buggy code and then gained experience fixing it. This book captures all this experience—use it, and you’ll find you write fewer bugs, and the ones you do write will become easier to hunt down.
作者介紹:Paul Butcher has worked in diverse fields at all levels of abstraction, from microcode on bit-slice processors to high-level declarative programming, and all points in between. Paul’s experience comes from working for startups, where he’s had the privilege of collaborating with several great teams on cutting-edge technology.
目錄:
Introduction
The Heart of the Problem
A Method in the Madness
Reproduce
Diagnose extract
Fix
Reflect
The Bigger Picture
Discovering That You Have A Problem
Pragmatic Zero-Tolerance
Debug-Fu
Special Cases
The Ideal Debugging Environment
Teach Your Software to Debug Itself extract
Anti-Patterns