Chapter 4. Code Structure That Eases Debugging

AS THE POPULAR SAYING GOES,“AN OUNCE of prevention is worth a pound of cure.”This statement is quite true when it comes to software development, especially for the Internet. If you take the time to plan and build your web applications in a structured and organized way, you can accomplish two things. First, you reduce the number of bugs that are introduced into your code (namely, the ones caused when you complicate things to the point of absolute confusion). Second, when you do encounter bugs in your code, you will be able to find and eliminate them much more easily. This chapter is designed to help ...

Get Debugging ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.