Coding with a Team at the Same time
Page 1 of 114 Replies - 635 Views - Last Post: 16 September 2012 - 06:03 PM
#1
Coding with a Team at the Same time
Posted 12 September 2012 - 06:56 PM
I have a few things I need:
-The team must be able to code the project, seeing the changes we made at the time we made them.
-Two or more (Most likely no more than four) people need to be able to work on a project.
-I want to be able to compile using gcc
-I have a library on my drive, if I also have the project on my drive, the project should be able to hook up to the library while my team work on the project over a network.
-My editor of choice is Code::Blocks
-If a program does exist that can help me with this, there should be documentation so I can get set up.
YES I looked it up on google. NO I couldn't find anything I was looking for. Can anyone tell me what program their business uses for this? I'm just a small indie game team that has two people, and recruiting a few more. We already settled we can chat through Skype, while we work on the project. Thanks in advance!
Replies To: Coding with a Team at the Same time
#2
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 07:06 PM
#3
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 07:08 PM
Quote
Quote
if you don't know what a version control system is, please learn about it now.
Anyway, I think you need to rethink how you're going to collaborate. Why does your team need to see each other changes in realtime? Multiple people are not going to be independently working on a portion of the code.
#4
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 07:08 PM
At first glance this may seem slow or wasteful. If the project were simple it would be, but for complicated projects it cuts debugging time dramatically.
This post has been edited by CTphpnwb: 12 September 2012 - 07:11 PM
#5
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 07:13 PM
#6
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 07:19 PM
Quote
Quote
Quote
Quote
Quote
Think about this. You make a change. Who is responsible for making sure the change doesn't break the program.
Your team members? No. You are responsible for that. What if a bunch of other code has to be fixed. You are responsible for that.
So you periodically sync up code through version control and do the merging work as needed.
#7
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 07:25 PM
#8
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 07:31 PM
Quote
Look, I pointed you at the term collaborative editor. You're welcome to try it out. You'll just find out really fast that it's not how work gets done. And then you'll be back here, asking what to do, which is exactly what we've explained.
#9
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 07:36 PM
http://www.extremepr...rules/pair.html
http://en.wikipedia....air_programming
I've done it a couple of times and found it highly effective. Yes, to an employer, it sounds like a waste of money to pay two people to be outputting only code at the rate of one person, but the benefits are on the backend: automatic peer review happens, automatic crosstraining, and if somebody is out sick or unavailable, you have coverage with somebody familiar with the code.
But as noted in the rules of pair programming, only one person is in control of the keyboard at a time. No simultaneous edits are happening.
This post has been edited by Skydiver: 12 September 2012 - 07:43 PM
#10
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 07:45 PM
#11
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 07:49 PM
#12
Re: Coding with a Team at the Same time
Posted 12 September 2012 - 08:02 PM
#13
Re: Coding with a Team at the Same time
Posted 13 September 2012 - 03:19 AM
#14
Re: Coding with a Team at the Same time
Posted 15 September 2012 - 05:19 PM
Quote
For God's sake, pick a version control system and read about it for an hour and learn the basics.
Pick one:
http://git-scm.com (my favorite)
http://subversion.apache.org (this one sucks)
http://www.nongnu.org/cvs/ (oldschool)
http://mercurial.selenic.com/wiki/ (small learning curve)
This post has been edited by jjl: 15 September 2012 - 05:20 PM
#15
Re: Coding with a Team at the Same time
Posted 16 September 2012 - 06:03 PM
|
|

New Topic/Question
Reply



MultiQuote







|