In software development, it’s crucial to track bugs and new features, and to be able to know exactly where a project is at any given moment. Bug tracking is crucial tot his goal; it allows a project manager to know what has been finished and what still must be done, as well as to outline to each developer their goals and responsibilities.
Most developers agree on the importance of bug tracking. Here are five tips I use when utilizing bug tracking.
Monday, January 4th, 2010 @ 1:00 am |
Comment (4) |
Categories: Technology, Best Practices
Tags: bug fix, Debugging, bug tracking
PHP has a large number of tools for fixing bugs and resolving underlying issues. But many people don’t know what they are, and some of them are extensions requiring installation in order to work. In this series, we’ll explore some features for debugging PHP scripts, from the most basic to more advanced.
Today we will discuss tools that ought to be in your bug-fixing toolkit already. There are three tools that everyone should already have:
Wednesday, October 15th, 2008 @ 9:27 am |
Comments (0) |
Categories: Debugging, Best Practices
Tags: var_dump(), var_export(), print_r(), Debugging, Bug-Free