GeekArticles
Testing
Bug ReportingBook-Find the Bug
Author: amazon.com |
Published: 18th Aug 2005 |
Visited: 1657 times |
Add CommentFiled in: Bug ReportingFifty exercises to help you find bugs faster--with less aggravation! Bug hunting is an art, and you need to be a master. Get "Find the Bug", and you'll become one. Long-time Microsoft programmer Adam Barr presents fifty programs, each with exactly one bug. Your assignment: find it. As you do, Barr will teach you how to "think like your processor"...anticipating exactly how code will behave, even without running it. You'll learn better ways to read code, understand it--and above all, improve it. Whether you're building new systems or maintaining someone else's, you'll find bugs earlier, faster, with less frustration...and write cleaner code to begin with. Presents "bugged" programs in C, Java, Python, Perl, and x86 assembly language, with carefully explained solutions.
Includes language overviews to help you debug all fifty examples, even if you don't know the language.
Shows how to look past the "surface" of code to uncover its hidden internal logic.
Offers practical guidance on analyzing programs, including specific inputs to test.
Presents a wide range of realistic bugs, with no phony "gotchas."
Draws on the types of coding and debugging challenges Microsoft uses to interview new programmers. This book is an indispensable resource for working programmers, maintainers, testers, quality specialists, and everyone involved in code reviews.
Read Article Sponsored Links
Related Articles
• Swing Extreme Testing Book Review Swing Extreme Testing Book Review
Swing used to be a simple component offered as an add-on for Java. This plug-in can be used as a GUI (graphical user interface) to develop as an add-on for the Java application. It has the ability to emulate certain platforms eventually building a powerful applicat ...
• SOA Approach to Integration Book Review Book Review: SOA Approach to Integration
XML, Web services, ESB, and BPEL in real-world SOA projects
Businesses will always need highly efficient applications which have ability to provide outstanding user experience while maintaining security. Most of the developers today thrive in a business set ...
• Book Review: ASP.NET 2.0 ASP.NET developers are bored with traditional books that outline concepts in a lengthy way. These books are good if you like to learn the features in a detailed manner. However, by the time the book is read, a new version will be released. Hence, many learners including myself prefer short and succi ...