• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Tips on Team Development (programming project)

pgebhard

Member
My friend and I have been considering a team programming project with a 3D graphics focus, and it will be coded in C++. I know there must be some sourceforgers out there or programmers who have worked on group programming projects. Our project is really just for fun, but I want to experience working together on a team and gain some 3D programming skills. Does anybody have tips that they would like to offer regarding the leadership / guidance of such a project (team-based style)? Really, any thoughts on the subject would be appreciated (even if you just want to offer tips on professional-level programming or 3d graphics programming). Thanks!
 
I recommend reading "The Mythical Man-Month" by Frederick P. Brooks. Pretty good book regarding software projects (even though it is a bit outdated). It was required reading in my Software Engineering course, though I can't help but conclude that I would have enjoyed it much more outside of the course.
 
One basic requirement is a source control tool that will help you merge source (amongst many other qualities). CVS is the open source favorite. I've used Perforce commercially; it's both an excellent, powerful tool and easy enough for non-programmers to use.
 
Back
Top