How do programmers work together on a project?
Posted
by Laith J
on Stack Overflow
See other posts from Stack Overflow
or by Laith J
Published on 2010-06-08T18:33:55Z
Indexed on
2010/06/08
18:42 UTC
Read the original article
Hit count: 370
version-control
|not-programming-related
Hello,
I've always programmed alone, I'm still a student so I never programmed with anyone else, I haven't even used a version control system before.
I'm working on a project now that requires knowledge of how programmers work together on a piece of software in a company.
How is the software compiled? Is it from the version control system? Is it by individual programmers? Is it periodic? Is it when someone decides to build or something? Are there any tests that are done to make sure it "works"?
Anything will do.
Thanks.
© Stack Overflow or respective owner