
November 22nd, 2006, 09:00 AM
|
|
|
|
Debugging and Performance
Debugging is an important part of coding. One way to make the debugging process easier is to write quality code to begin with. This article, the first of two parts, will point out some of the most common coding errors, and help you identify problems in your code. It is excerpted from chapter 12 of Zend PHP Certification, written by George Schlossnagle et al (Sams; ISBN: 0672327090).
Read the full article here: Debugging and Performance
For more discussion go here: Blog Article Discussion
|