Quote:
Originally Posted by Kyorox
Ahh. Well I have been working on a way to share my code to make trouble shooting a lot easier, not only within my team, but also allowing other teams to help as well.
|
Using a code repository of some sort is always a good idea. Not only does it make code sharing easy, but you have a complete history of changes that have been made. I can walk you through setting up a google code repository and using SVN if you'd like. I'm sure someone can give you a hand with Git though i f that's what you'd like to use. Both are good ways to do it.