-
Book Overview & Buying
-
Table Of Contents
PHP Team Development
By :
When a team of people work together on a single project, we need to be able to make each other's code available to each other. There are various reasons for sharing the source code.
One key reason to share the source code is to make sure that others see the changes and improvements done to the APIs. For example, if the business layer sub-team optimized the business logic layer API, they would want to let the user interface sub-team know about this as soon as possible. The most efficient way of doing this is to commit the new changes to the shared source code repository and let the interested parties know over the desk, or by using some communication tool, such as instant messaging or a phone call.
The other important aspect of having PHP code of the project in a shared repository is the ability to have a look at any part of the code by anyone, whenever they wish. Note that PHP code is the most reliable form of documentation of the project. Therefore, if anyone is interested...
Change the font size
Change margin width
Change background colour