14 questions a new developer to a team should ask?
The first week of joining a new group can be quite intimidating especially if it does not document the development process on a Wiki. These are the list of questions that a new member joining a team should ask and a development group should be willing to provide answers for. The following process should be clear to a team member within the first two weeks of starting.
- Know all the members in your team and the role they play
- How to run the software
- Have some basic knowledge of the domain
- Which database is being used
- What are the languages being used for development
- What libraries and frameworks are used.
- What is the version of all the components used for development
- How to build the code
- How to run the code in a debugger
- How to use the version control system and make a simple change to the code
- How to test the code
- How to submit the code
- How to use the enhancement and bug tracking system
- How to connect remotely from home
Comments