??? 08/06/10 13:04 Read: times |
#177775 - a comment on 'revision control' and such Responding to: ???'s previous message |
I find that 'revision control' and such is often misused.
If a new version does not work find out why do not just go a revison back. I have seen people spending 10 minutes on debugging rev n+1 and then giving up going back to rev n. Who is to say that what you did was not right, just badly implemented. Also, I have seen people spending an inordinate time analyzing what was changed, which will not tell you what is wrong. One horrible incident was someone that for days backed out of n+1 till I intervened and found that the problem was not in the new code, but that some old routine was so badly written than any change in the area where the change was needed would make that other routine fail. When I manage, ther is a rule: "do not go back without permission" No, his is NOT an argument against revision control, just an argument against the misuse. Erik |