Приглашаем посетить
Добычин (dobychin.lit-info.ru)

Chapter 6: Debugging

Table of Contents
Previous Next

Chapter 6: Debugging

Highlights

An often-overlooked aspect of programming projects is the amount of time needed for debugging and optimizing the programs. A PHP programming project is no different. In fact the unique environment in which PHP scripts are developed and deployed present specific challenges as well as new avenues to debug and optimize programs. However, the core concepts of planning for debugging and optimization remain the same as with traditional programming tools.

In this chapter we will take an in-depth look at the various programming pitfalls, their avoidance, and the tools at our disposal to minimize and thwart erroneous code. In this chapter we'll look at:


Table of Contents
Previous Next