Tagged Questions
4
votes
3answers
261 views
Functional testing before code checkin
I am working on a project with legacy code where it does not have much code coverage. One of the idea to improve that is to enforce a rule that each code check-in must have test, not only test but ...
12
votes
5answers
295 views
Resolving merge conflicts due to refactoring
I got involved in a discussion recently on how to handle refactoring in general (which is an interesting topic in itself). Eventually the following question was brought up:
How does one handle merge ...
4
votes
4answers
298 views
What is the best way to deal with legacy code not in version control?
What is the best way to develop and maintain legacy code not in version control? Adding it to version control is of course the obvious answer, but if you can't, for some reason, what would you do?
A ...