摘要: SoftwareDevelopment Code Complete by Steve McConnell (Microsoft Press, 1993) This is simply the best book on software construction that I've ever read. Every developer should own a copy and read it co... 阅读全文
posted @ 2010-05-24 09:01 Freedom 阅读(1116) 评论(0) 推荐(1) 编辑
摘要: Your projectKnowing your project is the first line of defense for user interface, logic, and performance bugs. By knowing how and where features are implemented in the various source files, you can qu... 阅读全文
posted @ 2010-05-24 08:33 Freedom 阅读(332) 评论(0) 推荐(1) 编辑
摘要: The Debugging ProcessStep 1: Duplicate the bugThe most critical step in the debugging process is the first one: duplicating the bug.My definition is duplicating the bug on a single machine once in a 2... 阅读全文
posted @ 2010-05-24 08:24 Freedom 阅读(668) 评论(0) 推荐(1) 编辑