Do programmers work together to get programs made? and what about working on modules? :afrog:
Printable View
Do programmers work together to get programs made? and what about working on modules? :afrog:
Sometimes...
A program can be written by 1 to virutally any number of programmers
Do programmers work together, by sharing information or helping each other out?
Well (from what ive heard) they do is have a meeting, deciding on variables and whos doing what and such, then they go work on there specific part, I.E One Module, Then they put it together in the end.
Team development in .net has changed signifigantly. I'll spare trying to explain the details and just give you a link:
http://msdn.microsoft.com/vstudio/te...m/default.aspx
Eh... nothing really had changed - it's just MS's idea (or dream if you will) and way of making more with the Team Studio which targets management rather then ordinary developers.
Projects can be shared and worked on together by 1 or many programmers. They use programs like Visual Source Safe to share and control the code. Its like a library system but for code. The bigger the project the more programmers will be working on it.