source control when starting up a new project

Posted by jaras on Stack Overflow See other posts from Stack Overflow or by jaras
Published on 2009-11-29T01:57:02Z Indexed on 2010/04/01 2:43 UTC
Read the original article Hit count: 306

when starting with a project and using source control i find it hard to separate the things people are working on so they don't either write duplicate code or think it should be named one thing and so on. this problem diminishes over time because the general foundation is in place and it's easier to separate the tasks so they don't overlap as much

how do you manage working with source control in the beginning phase?

EDIT: I can see that it don't really have anything to do with source control, but it gets more apparent when you have source control too. so the question becomes more along the lines of "how do you manage to separate the tasks so they don't overlap too much. I think it's really hard and i haven't really seen much about how to do it.

© Stack Overflow or respective owner

Related posts about project-management

Related posts about version-control