Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Debugging and Performance
Nov 23, 2006 @ 19:42:00

In another part of their series of excerpts from the Zend PHP Certification Guide (from Zend), DevShed has posted this article talking about debugging and performance issues and methods.

Making mistakes is human, and so is fixing them. In your day-to-day programming adventures, it's inevitable to introduce bugs in your PHP code, especially when you're writing very complex applications with tens of thousands of lines of code spread across tens of files.

In this article they look at things like flattening if statements, spplitting single commands across multiple lines, and the difference between =, ==, and ===.

tagged: debugging performance zend guide excerpt if statement equal lines debugging performance zend guide excerpt if statement equal lines

Link:


Trending Topics: