Development/Source Code/Build rules
- Use Source Control. I use VSS because it comes in the box with Visual Studio .NET. Yeah, I know about all the problems, but I primarily just use it on the local machine to track changes.
- Check in all changes before going home. I must check in all changes to the source control system. I can't go home unless I do that. If someone goes home and all changes are not checked back in, they have to come back and resolve the problem.
- Compile. Everything must compile at the end of the day. It doesn't necessarily have to work, but at the end of the day, when I do the three-finger salute of Ctrl-Shift-B to perform a build, if it doesn't build, I can't go home.
What are your rules?
Wally