Tagged Questions
7
votes
5answers
312 views
How to manage the task of reviewing localized strings by a non-developer?
In .NET Framework, localized strings are located in an XML file (or multiple files). Those files are part of the project and are committed to the source control as any other source code file. Usually, ...
12
votes
4answers
807 views
How should code “Goal Tending” be handled by a Development Manager?
First allow me to coin a term:
code goal-tending: Checking out code in the morning, then silently reviewing all of the changes made by the other developers the previous day
file by file, ...
19
votes
6answers
513 views
Headaches using distributed version control for traditional teams?
Though I use and like DVCS for my personal projects, and can totally see how it makes managing contributions to your project from others easier (e.g. your typical Github scenario), it seems like for a ...
14
votes
6answers
895 views
Should a developer be allowed to use VSS if he prefers it?
I introduced Mercurial to my department. I love it, but it is my first version control experience. I am using it with NetBeans PHP for web development. Another developer who works on internal company ...
0
votes
3answers
104 views
Useful Scripts for CM?
I'll be forming a remote team, and I want to be able to use scripts (or something) to make sure that people's code is checked in every night. I currently use some BASH scripts that are kindof wonky ...