Basic requirements for the development environment
As team lead working with a group of designers and developers, you want to make sure the development environment meets the following basic requirements:
|
Everybody is working on the same version of the application |
|
Only one person at a time is working on a given file in the application. |
To meet these requirements, you decide to centralize all application files on a network server accessible to all team members. You also decide to put a source control system in place so that when a team member checks out a particular file, nobody else can work on that file until the team member checks it back in.
|