Combating Coding Errors
(Page 1 of 4 )
Coding errors can get even the best of us down, but they don't have to be seen as the "be all, end all" of coding, as Steve shows us in this article.As programmers and web designers, errors are inevitable. Often, time constraints that surround programming projects are concerned not with original code generation, but with code debugging, a large and resource intensive task within many computing jobs. Don't think of errors as problems, but as opportunities to improve your code to ensure correct functioning of your finished project.
This article examines 4 types of errors on the Internet, how to recognize them, and ultimately how to recover quickly from them. Next, I take a look at PHP-specific errors, including what they mean, and introduce PHP's support for custom error reporting.
Next: The 4 types of Programming Errors >>
More HTML Articles
More By Steve Adcock