Re: Shift from a single developer team to a multiple developer team

2009-10-20 Thread Cutter (ColdFusion)
There are several things that I would suggest, in moving from a single developer to team development dynamic: Source Control is critical (personal pref - VSS doesn't cut it, go to SVN or Git) Developers should/must setup/maintain their own development environments Development and initial

Re: Shift from a single developer team to a multiple developer team

2009-10-20 Thread Dominic Watson
Second that, plus, and this is really important - talk to each other. We have a daily 5 minute catchup and it nearly always brings up little things that need further discussion between two dev's (that probably wouldn't have taken place had a discussion of what everyone's doing today had not).

Re: Shift from a single developer team to a multiple developer team

2009-10-20 Thread Patrick Santora
I second what Cutter mentions here. They are common practices and really work well on getting the job done within development teams. In regards to the development/staging/production environments, you should make sure that only one maybe two people are responsible for pushing code to at least

RE: Shift from a single developer team to a multiple developer team

2009-10-20 Thread Jacob
Just to add: Documentation, documentation, documentation... -Original Message- From: Patrick Santora [mailto:patwe...@gmail.com] Sent: Tuesday, October 20, 2009 7:37 AM To: cf-talk Subject: Re: Shift from a single developer team to a multiple developer team I second what Cutter