-
Book Overview & Buying
-
Table Of Contents
PHP Team Development
By :
As in the case of source control, the PHP project's team must use a bug tracking system (some also call it an issue tracking system) to keep track of bugs. As in the case of a source code repository, the bug tracking system will help the PHP project's team to achieve synergy around their activities, and around the bug tracking system.
There are various reasons to use a bug tracking system for the PHP project. First, we need to keep track of all of the issues because we tend to forget and miss the issues that we found. It is a common practice to leave a to-do note in the code itself. However, tracking these in a bug tracking system, rather than as to-do notes in the source code has many advantages. For example, we can generate reports on the issues and sometimes even do project management using bug tracking systems.
The following screeenshot shows an example report generated with an issue tracking system that shows the types of issues being raised in the system:

When the developers...
Change the font size
Change margin width
Change background colour