Monthly Archives: June 2006

Debugging Applications for Microsoft .NET and Microsoft Windows – 3

Chapter 3: Debugging During Coding l         Defensive programming VS. Proactive programming n         Defensive programming is the error handling code that tells you an error occurred. n         Proactive programming tells you why the error occurred. l         Development philosophy: code quality is … Continue reading

Posted in 未分类 | 2 Comments

Debugging Applications for Microsoft .NET and Microsoft Windows – 2

Chapter 2: Getting Started Debugging l         Some of the tools involve the engineering process, and others are software utilities. l         Version control and bug tracking systems are most important infrastructure tools. l         It is important for including unit tests into … Continue reading

Posted in 未分类 | 1 Comment

读后笔记: Debugging Applications for Microsoft .NET and Microsoft Windows

最近在阅读John Robbins的Debugging Applications for Microsoft .NET and Microsoft Windows。收益匪浅,只恨相见太晚。将读书笔记与大家分享: Chapter 1: Bugs – Where They Come From and How You Solve Them l         Find bugs by yourself is cool! l         It seems that bugs in PC software are not treated … Continue reading

Posted in 未分类 | 1 Comment